<-- Previous || Up || Next -->

Remove All Sub
Hash Table Class

Public Sub RemoveAll()

Remove all of the definitions from the hash table.

Example:
    Assuming
       Dim htTemp As New HashTable
       htTemp.Add "FunctionName", 23
       htTemp.Add "FunctionName", 24
    for example
       htTemp.RemoveAll
    leaves
       htTemp.Count = 0
See also:
    Resize Method
    Remove Method
v1.5 Change: Removed the vInitialSize argument. This method will either reinitialize the hash table to its initial size (if the Contract property is True), or it will reinitialize it to its current size (if Contract is False).

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.