Compartilhar via


DictionaryContainer.GetNSDictionary Método

Definição

Sobrecargas

GetNSDictionary(NSString)

Retorna o associado a NSDictionarykey.

GetNSDictionary<TKey,TValue>(NSString)

Retorna o associado a NSDictionarykey.

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.

Retornos

Aplica-se a