Click or drag to resize

ListDictionaryTKey, TValueKeys Property

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

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IEnumerable<TKey> Keys { get; }

Return Value

IEnumerableTKey
An enumerable collection that contains the keys in the read-only dictionary.

Implements

IReadOnlyDictionaryTKey, TValueKeys
See Also