Hashtable.Count Property

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

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual int Count { get; }

Property Value

The number of key/value pairs in the Hashtable.

Version Information

Available in the .NET Micro Framework version 4.1 and 4.2.

See Also

Reference

Hashtable Class
Hashtable Members
System.Collections Namespace