DictionaryContainer.RemoveValue(NSString) 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.
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.