Values Property
Gets an ICollection(T) containing the values in the IDictionary(TKey, TValue).
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public ICollection<TValue> Values { get; }
Public ReadOnly Property Values As ICollection(Of TValue)
Get
abstract Values : ICollection<'TValue> with get
override Values : ICollection<'TValue> with get
Return Value
ICollection(TValue)
An ICollection(T) containing the values in the object that implements IDictionary(TKey, TValue).
Implements
IDictionary(TKey, TValue).ValuesSee Also
Reference
AvaloniaDictionary(TKey, TValue) Class
Avalonia.Collections Namespace