Compartir a través de


DictionaryContainer.GetNSDictionary Método

Definición

Sobrecargas

GetNSDictionary(NSString)

Devuelve el objeto NSDictionary asociado a key.

GetNSDictionary<TKey,TValue>(NSString)

Devuelve el objeto NSDictionary asociado a key.

GetNSDictionary(NSString)

Devuelve el objeto NSDictionary asociado a key.

protected Foundation.NSDictionary GetNSDictionary (Foundation.NSString key);
member this.GetNSDictionary : Foundation.NSString -> Foundation.NSDictionary

Parámetros

key
NSString

Identificador del objeto NSDictionary.

Devoluciones

Se aplica a

GetNSDictionary<TKey,TValue>(NSString)

Devuelve el objeto NSDictionary asociado a key.

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

Tipo de claves del diccionario almacenado.

TValue

Tipo de valores del diccionario almacenado.

Parámetros

key
NSString

Identificador del objeto NSDictionary.

Devoluciones

Se aplica a