DictionaryContainer.GetInt32Value(NSString) Method

Definition

Returns the nullable int associated with key.

protected Nullable<int> GetInt32Value (Foundation.NSString key);
member this.GetInt32Value : Foundation.NSString -> Nullable<int>

Parameters

key
NSString

The identifier of the int.

Returns

Applies to