DictionaryContainer.RemoveValue(NSString) Method
Definition
Removes from the dictionary the value associated with key
.
protected void RemoveValue (Foundation.NSString key);
member this.RemoveValue : Foundation.NSString -> unit
Parameters
- key
- NSString
The identifier of the value to be removed.