AvaloniaDictionaryTKey, TValueKeys Property

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

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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