AvaloniaDictionaryTKey, TValueValues Property

Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public ICollection<TValue> Values { get; }

Return Value

ICollectionTValue
An ICollectionT containing the values in the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueValues

See Also