NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDictionary.Clear

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();

Exceptions

Exception Type Condition
NotSupportedException The IDictionary is read-only.

See Also

IDictionary Interface | IDictionary Members | System.Collections Namespace