IDictionary.Clear Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes all elements from the IDictionary object.
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.
Show: