NSMutableDictionary.Remove(NSObject) Method

Definition

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.

Applies to