Core icon indicating copy to clipboard operation
Core copied to clipboard

[Feature] Suggested as the design a one-to-many structure

Open ymh199478 opened this issue 4 years ago • 1 comments

It is recommended to design a one-to-many structure:

IDictionary<TKey, IList<TValue>> { }

ymh199478 avatar Aug 14 '19 03:08 ymh199478

This is somewhat similar to: NameValueCollection But allowed to be generic

ymh199478 avatar Mar 17 '20 02:03 ymh199478