Share via


DictionaryContainer.GetInt16Value(NSString) Method

Definition

Returns the nullable Int16 associated with the specified key.

protected short? GetInt16Value(Foundation.NSString key);
member this.GetInt16Value : Foundation.NSString -> Nullable<int16>

Parameters

key
NSString

The identifier of the value to get.

Returns

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

Remarks

The stored value must be stored as an NSNumber.

Applies to