DictionaryContainer.GetLongValue(NSString) Method

Definition

Returns the nullable long associated with key.

protected Nullable<long> GetLongValue (Foundation.NSString key);
member this.GetLongValue : Foundation.NSString -> Nullable<int64>

Parameters

key
NSString

The identifier of the long.

Returns

Applies to