Property ICollectionDictionary<TKey, TValue, ISet<TValue>>.Values
ICollectionDictionary<TKey, TValue, ISet<TValue>>.Values
Gets a collection containing all the values in the dictionary across all the keys.
Declaration
IReadOnlyCollection<TValue> ICollectionDictionary<TKey, TValue, ISet<TValue>>.Values { get; }
Returns
Type | Description |
---|---|
IReadOnlyCollection<TValue> |