DictionaryContainer.GetNativeValue<T>(NSString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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