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!

Hashtable.Clear

Removes all entries from the Hashtable.

[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 Hashtable is read-only.

Remarks

This method overrides the Clear method of the Dictionary class and can itself be overridden by a derived class.

See Also

Hashtable Class | Hashtable Members | System.Collections Namespace | Clear