NSDictionary.IDictionary.Keys Property

Definition

Gets an ICollection containing the keys of the dictionary.

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

Property Value

An ICollection containing the keys of the dictionary.

Implements

Applies to