NSArray<TKey>.FromNSObjects 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
FromNSObjects(TKey[]) | |
FromNSObjects(Int32, TKey[]) |
FromNSObjects(TKey[])
public static Foundation.NSArray<TKey> FromNSObjects (params TKey[] items);
static member FromNSObjects : 'Key[] -> Foundation.NSArray<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>
Parameters
- items
- TKey[]
Returns
Applies to
FromNSObjects(Int32, TKey[])
public static Foundation.NSArray<TKey> FromNSObjects (int count, params TKey[] items);
static member FromNSObjects : int * 'Key[] -> Foundation.NSArray<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>
Parameters
- count
- Int32
- items
- TKey[]