DictionaryContainer.SetBooleanValue(NSString, Nullable<Boolean>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.