DictionaryContainer.GetNativeValue<T>(NSString) Method

Definition

Returns the native object associated with key.

protected T GetNativeValue<T> (Foundation.NSString key) where T : class, ObjCRuntime.INativeObject;
member this.GetNativeValue : Foundation.NSString -> 'T (requires 'T : null and 'T :> ObjCRuntime.INativeObject)

Type Parameters

T

The INativeObject type associated with key.

Parameters

key
NSString

The identifier of the reference.

Returns

T

Applies to