April 2002
Intermediate to advanced
688 pages
19h 51m
English
Hashtable.Clear Method
System.Collections.Hashtable
hashtablevariable.Clear( )None
Removes all entries from the hash table
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.