Compartir a través de


NSArray<TKey>.FromNSObjects Método

Definición

Sobrecargas

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)>

Parámetros

items
TKey[]

Devoluciones

Se aplica a

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)>

Parámetros

count
Int32
items
TKey[]

Devoluciones

Se aplica a