Partager via


DictionaryContainer.SetBooleanValue(NSString, Nullable<Boolean>) Méthode

Définition

Stocke le booléen value et l’associe à .key

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

Paramètres

key
NSString

Identificateur associé au booléen.

value
Nullable<Boolean>

Boolean nullable à associer à key.

S’applique à