VB.NET Language in a Nutshell
| Hashtable.Count Property |
Class
System.Collections.Hashtable
Syntax
hashtablevariable .Count( )
- hashtablevariable (required; Hashtable object)
-
A reference to a Hashtable object
Return Value
An Integer indicating the number of elements in the hash table
Description
This read-only property returns an Integer specifying the number of elements in the hash table.