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 |
---|
IEnumerable<ISet<TValue>> |