NonGenericDictionary.Remove

NonGenericDictionary.Remove method

Removes the element with the specified key from the IDictionary object.

public void Remove(object key)
ParameterTypeDescription
keyObjectThe key of the element to remove.

See Also