DictionaryContainer.GetNSDictionary Method

Definition

Overloads

GetNSDictionary(NSString)

Returns the NSDictionary associated with key.

GetNSDictionary<TKey,TValue>(NSString)

Returns the NSDictionary associated with key.

GetNSDictionary(NSString)

Returns the NSDictionary associated with key.

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

Parameters

key
NSString

The identifier of the NSDictionary.

Returns

Applies to

GetNSDictionary<TKey,TValue>(NSString)

Returns the NSDictionary associated with 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)

Type Parameters

TKey

The type of keys in the stored dictionary.

TValue

The type of values in the stored dictionary.

Parameters

key
NSString

The identifier of the NSDictionary.

Returns

Applies to