NSMutableDictionary.Remove(NSObject) 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 the element with the specified key from the dictionary.
public bool Remove(Foundation.NSObject key);
abstract member Remove : Foundation.NSObject -> bool
override this.Remove : Foundation.NSObject -> bool
Parameters
- key
- NSObject
The key of the element to remove.
Returns
true if the element is successfully removed; otherwise, false.
Implements
Exceptions
Thrown when key is null.