NSDictionary<TKey,TValue>.Values Property

Definition

Gets an array containing all values in the dictionary.

public TValue[] Values { get; }
member this.Values : 'Value[]

Property Value

TValue[]

An array of values.

Applies to