VB.NET Language in a Nutshell
| Hashtable.Clear Method |
Class
System.Collections.Hashtable
Syntax
hashtablevariable .Clear( )
Return Value
None
Description
Removes all entries from the hash table
Rules at a Glance
-
The Clear method removes all items from the collection, leaving the Hashtable object uninitialized . It does not set the object to Nothing .
-
The Clear method sets the Hashtable object's Count property to 0.