Click or drag to resize

RankedDictionaryTKey, TValueIReadOnlyDictionaryTKey, TValueKeys Property

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

Property Value

Type: IEnumerableTKey

Implements

IReadOnlyDictionaryTKey, TValueKeys
See Also