DictionaryContainer.GetNIntValue(NSString) Method

Definition

Returns the nullable native integer associated with key.

protected Nullable<nint> GetNIntValue (Foundation.NSString key);
member this.GetNIntValue : Foundation.NSString -> Nullable<nint>

Parameters

key
NSString

The identifier of the native integer.

Returns

Nullable<System.System.IntPtr>

Nullable<System.nativeint>

Applies to