NSArray<TKey>.FromNSObjects Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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[]
Retornos
Aplica-se 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[]