Share via


DictionaryContainer.GetNIntValue(NSString) Method

Definition

Returns the nullable IntPtr associated with the specified key.

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

Parameters

key
NSString

The identifier of the value to get.

Returns

Nullable<IntPtr>

Nullable<nativeint>

The stored IntPtr value if present in the dictionary, null otherwise.

Remarks

The stored value must be stored as an NSNumber.

Applies to