Core
Core copied to clipboard
[Feature] Suggested as the design a one-to-many structure
It is recommended to design a one-to-many structure:
IDictionary<TKey, IList<TValue>> { }
This is somewhat similar to: NameValueCollection
But allowed to be generic