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)
- C#
- VB
- F#
public ICollection<TKey> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of TKey)
Get
abstract Keys : ICollection<'TKey> with get
override Keys : ICollection<'TKey> with get
Return Value
ICollection(TKey)
An ICollection(T) containing the keys of the object that implements IDictionary(TKey, TValue).
Implements
IDictionary(TKey, TValue).KeysSee Also
Reference
AvaloniaDictionary(TKey, TValue) Class
Avalonia.Collections Namespace