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