Edit

Share via


NSUbiquitousKeyValueStore.GetArray(String) Method

Definition

The array at the specified key.

[Foundation.Export("arrayForKey:")]
public virtual Foundation.NSObject[] GetArray (string aKey);
abstract member GetArray : string -> Foundation.NSObject[]
override this.GetArray : string -> Foundation.NSObject[]

Parameters

aKey
String

Returns

Attributes

Applies to