DictionaryContainer.GetArray 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.
Overloads
GetArray<T>(NSString) |
Retrieves the array of type |
GetArray<T>(NSString, Func<IntPtr,T>) |
GetArray<T>(NSString)
Retrieves the array of type T
associated with key
.
protected T[] GetArray<T> (Foundation.NSString key) where T : Foundation.NSObject;
member this.GetArray : Foundation.NSString -> 'T[] (requires 'T :> Foundation.NSObject)
Type Parameters
- T
The type of values stored in the array identified by key
.
Parameters
- key
- NSString
The identifier of the array.
Returns
T[]