NSDictionary.IDictionary.Values Property

Definition

Gets an ICollection containing the values in the dictionary.

System.Collections.ICollection System.Collections.IDictionary.Values { get; }
member this.System.Collections.IDictionary.Values : System.Collections.ICollection

Property Value

An ICollection containing the values in the dictionary.

Implements

Applies to