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