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