DictionaryContainer.GetNSDictionary 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
GetNSDictionary(NSString) |
Retorna o associado a NSDictionary |
GetNSDictionary<TKey,TValue>(NSString) |
Retorna o associado a NSDictionary |
GetNSDictionary(NSString)
Retorna o associado a NSDictionarykey
.
protected Foundation.NSDictionary GetNSDictionary (Foundation.NSString key);
member this.GetNSDictionary : Foundation.NSString -> Foundation.NSDictionary
Parâmetros
- key
- NSString
O identificador de NSDictionary.
Retornos
Aplica-se a
GetNSDictionary<TKey,TValue>(NSString)
Retorna o associado a NSDictionarykey
.
protected Foundation.NSDictionary<TKey,TValue> GetNSDictionary<TKey,TValue> (Foundation.NSString key) where TKey : class, ObjCRuntime.INativeObject where TValue : class, ObjCRuntime.INativeObject;
member this.GetNSDictionary : Foundation.NSString -> Foundation.NSDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)> (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)
Parâmetros de tipo
- TKey
O tipo de chaves no dicionário armazenado.
- TValue
O tipo de valores no dicionário armazenado.
Parâmetros
- key
- NSString
O identificador de NSDictionary.