Click or drag to resize

RankedDictionaryTKey, TValueIDictionaryKeys Property

Gets an ICollection containing the keys of the dictionary.

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

Property Value

Type: ICollection

Implements

IDictionaryKeys
See Also