Click or drag to resize

RankedDictionaryTKey, TValueIDictionaryTKey, TValueKeys Property

Gets only the collection of keys from this key/value pair collection.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
ICollection<TKey> IDictionary<TKey, TValue>.Keys { get; }

Property Value

Type: ICollectionTKey

Implements

IDictionaryTKey, TValueKeys
Remarks
The keys given by this collection are sorted according to the Comparer property.
See Also