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