DictionaryContainer.SetBooleanValue(NSString, Nullable<Boolean>) Method

Definition

Stores the Boolean value and associates it with the key.

protected void SetBooleanValue (Foundation.NSString key, Nullable<bool> value);
member this.SetBooleanValue : Foundation.NSString * Nullable<bool> -> unit

Parameters

key
NSString

The identifier associated with the Boolean.

value
Nullable<Boolean>

The nullable Boolean to be associated with key.

Applies to