DictionaryContainer.GetArray Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetArray<T>(NSString) |
Récupère le tableau de type |
GetArray<T>(NSString, Func<IntPtr,T>) |
GetArray<T>(NSString)
Récupère le tableau de type T
associé key
à .
protected T[] GetArray<T> (Foundation.NSString key) where T : Foundation.NSObject;
member this.GetArray : Foundation.NSString -> 'T[] (requires 'T :> Foundation.NSObject)
Paramètres de type
- T
Type de valeurs stockées dans le tableau identifié par key
.
Paramètres
- key
- NSString
Identificateur du tableau.
Retours
T[]