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!

Dictionary.Clear

Removes all entries from the Dictionary.

[Visual Basic]
Overridable Public Sub Clear()
[C#]
public virtual void Clear();
[C++]
public: virtual void Clear();
[JScript]
public function Clear();

Return Value

None.

Exceptions

Exception Type Condition
NotSupportedException The Dictionary is read-only.

Remarks

This method can be overridden by a derived class.

See Also

Dictionary Class | Dictionary Members | System.Collections Namespace