DictionaryContainer.GetBoolValue(NSString) Method
Definition
Returns the nullable Boolean associated with key
.
protected Nullable<bool> GetBoolValue (Foundation.NSString key);
member this.GetBoolValue : Foundation.NSString -> Nullable<bool>
Parameters
-
key
- NSString
The identifier of the bool.
Returns
- Nullable<Boolean>
Applies to