Click or drag to resize

IReadOnlyDictionaryTKey, TValueKeys Property

Gets an enumerable collection that contains the keys in the read-only dictionary.

Namespace:  EBP.Api.Misc
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
IEnumerable<TKey> Keys { get; }

Property Value

Type: IEnumerableTKey
An enumerable collection that contains the keys in the read-only dictionary.
See Also