When implemented by a class, removes all entries from the IDictionary.
[Visual Basic] Sub Clear() [C#] void Clear(); [C++] void Clear() = 0; [JScript] function Clear();
Exception Type | Condition |
---|---|
NotSupportedException | The IDictionary is read-only. |
IDictionary Interface | IDictionary Members | System.Collections Namespace