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