Property ICollectionDictionary<TKey, TValue, IList<TValue>>.ValueCollections
ICollectionDictionary<TKey, TValue, IList<TValue>>.ValueCollections
Gets a collection containing the value lists in the dictionary.
Declaration
IReadOnlyCollection<IList<TValue>> ICollectionDictionary<TKey, TValue, IList<TValue>>.ValueCollections { get; }
Returns
Type | Description |
---|---|
IReadOnlyCollection<IList<TValue>> |