Share via


DictionaryContainer.GetNUIntValue(NSString) Method

Definition

Returns the nullable UIntPtr associated with the specified key.

protected UIntPtr? GetNUIntValue(Foundation.NSString key);
member this.GetNUIntValue : Foundation.NSString -> Nullable<unativeint>

Parameters

key
NSString

The identifier of the value to get.

Returns

Nullable<UIntPtr>

Nullable<unativeint>

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

Remarks

The stored value must be stored as an NSNumber.

Applies to