When implemented by a class, removes the entry with the specified key from the IDictionary.
[Visual Basic] Sub Remove( _ ByVal key As Object _ ) [C#] void Remove( object key ); [C++] void Remove( Object* key ) = 0; [JScript] function Remove( key : Object );
Exception Type | Condition |
---|---|
ArgumentException | key is null. |
NotSupportedException | The IDictionary is read-only. |
IDictionary Interface | IDictionary Members | System.Collections Namespace