Hashtable.Clear Method

   
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.

   


VB.Net Language in a Nutshell
VB.NET Language in a Nutshell
ISBN: B00006L54Q
EAN: N/A
Year: 2002
Pages: 503

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net