DictionaryContainer.GetArrayOfDictionariesValue<T>(NSString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The DictionaryContainer array associeted with key.