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