NSMutableDictionary<TKey,TValue>.Keys Property

Definition

Gets an array containing all keys in the dictionary.

public TKey[] Keys { get; }
member this.Keys : 'Key[]

Property Value

TKey[]

An array of keys.

Applies to