Click or drag to resize

DictionaryWithNullableKeyTKey, TValueKeys Property

Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.

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

Return Value

ICollectionTKey
An ICollectionT containing the keys of the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueKeys
See Also