Share via


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

Definition

Associates a nullable Boolean with key.

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

Parameters

key
NSString

The identifier of the value to get.

value
Nullable<Boolean>

The nullable Boolean value to be associated with key. Pass null to remove any existing association.

Applies to