DictionaryContainer.GetUInt32Value(NSString) Method

Definition

Returns the nullable T:System.UInt32 associated with key.

protected Nullable<uint> GetUInt32Value (Foundation.NSString key);
member this.GetUInt32Value : Foundation.NSString -> Nullable<uint32>

Parameters

key
NSString

The identifier of the T:System.UInt32.

Returns

Applies to