Skip to main content

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)

public ICollection<TValue> Values { get; }

Return Value

ICollection(TValue)
An ICollection(T) containing the values in the object that implements IDictionary(TKey, TValue).

Implements

IDictionary(TKey, TValue).Values

See Also

Reference

AvaloniaDictionary(TKey, TValue) Class
Avalonia.Collections Namespace