Hashtable: Count (get)

Count

Gets the number of key/value pairs contained in the Hashtable.



 Public Property Get Count ( ) As Long

Return Values

Long -  The number of key/value pairs contained in the Hashtable.

Remarks

Retrieving the value of this property is an O(1) operation.

Read Only.

See Also

Project CorLib Overview

Class Hashtable Overview