Share via


DictionaryContainer.GetStringArrayValue(NSString) Method

Definition

Returns the nullable string array associated with key.

protected string[]? GetStringArrayValue(Foundation.NSString key);
member this.GetStringArrayValue : Foundation.NSString -> string[]

Parameters

key
NSString

The identifier of the value to get.

Returns

String[]

The stored string array value if present in the dictionary, null otherwise.

Applies to