Partager via


DictionaryContainer.GetNSDictionary Méthode

Définition

Surcharges

GetNSDictionary(NSString)

Retourne le NSDictionary associé à key.

GetNSDictionary<TKey,TValue>(NSString)

Retourne le NSDictionary associé à key.

GetNSDictionary(NSString)

Retourne le NSDictionary associé à key.

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

Paramètres

key
NSString

Identificateur de NSDictionary.

Retours

S’applique à

GetNSDictionary<TKey,TValue>(NSString)

Retourne le NSDictionary associé à 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)

Paramètres de type

TKey

Type de clés dans le dictionnaire stocké.

TValue

Type de valeurs dans le dictionnaire stocké.

Paramètres

key
NSString

Identificateur de NSDictionary.

Retours

S’applique à