IDictionary.Clear Method
Silverlight
Removes all elements from the IDictionary object.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| NotSupportedException |
The IDictionary object is read-only. |
The following code example demonstrates how to implement the Clear method. This code example is part of a larger example provided for the IDictionary class.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.