NSDictionary.IDictionary.Remove(Object) Method

Definition

Removes the element with the specified key from the dictionary.

void IDictionary.Remove(object key);
abstract member System.Collections.IDictionary.Remove : obj -> unit
override this.System.Collections.IDictionary.Remove : obj -> unit

Parameters

key
Object

The key of the element to remove.

Implements

Exceptions

Always thrown as the dictionary is read-only.

Applies to