DictionaryContainer.GetStrongDictionary<T>(NSString) Method

Definition

Returns the DictionaryContainer associated with key.

protected T GetStrongDictionary<T> (Foundation.NSString key) where T : Foundation.DictionaryContainer;
member this.GetStrongDictionary : Foundation.NSString -> 'T (requires 'T :> Foundation.DictionaryContainer)

Type Parameters

T

The type of DictionaryContainer associated with key.

Parameters

key
NSString

The identifier of the DictionaryContainer.

Returns

T

Applies to