Share via


DictionaryContainer.GetArrayOfDictionariesValue<T>(NSString) Method

Definition

Retrieves the DictionaryContainer array associeted with key.

protected T[]? GetArrayOfDictionariesValue<T>(Foundation.NSString key) where T : Foundation.DictionaryContainer, new();
member this.GetArrayOfDictionariesValue : Foundation.NSString -> 'T[] (requires 'T :> Foundation.DictionaryContainer and 'T : (new : unit -> 'T))

Type Parameters

T

Parameters

key
NSString

The identifier of the value to get.

Returns

T[]

The DictionaryContainer array associeted with key.

Applies to