Skip to main content

Keys Property

Gets an ICollection(T) containing the keys of the IDictionary(TKey, TValue).

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public ICollection<TKey> Keys { get; }

Return Value

ICollection(TKey)
An ICollection(T) containing the keys of the object that implements IDictionary(TKey, TValue).

Implements

IDictionary(TKey, TValue).Keys

See Also

Reference

AvaloniaDictionary(TKey, TValue) Class
Avalonia.Collections Namespace