The properties of the Hashtable class are listed below. For a complete list of Hashtable class members, see the Hashtable Members topic.
Count | Gets the number of key-and-value pairs in the Hashtable. |
IsReadOnly | Gets a value indicating whether the Hashtable is read-only. |
IsSynchronized | Gets a value indicating whether access to the Hashtable is synchronized (thread-safe). |
Item | Gets or sets the value associated with the specified key.
In C#, this member is the indexer for the Hashtable class. |
Keys | Gets an ICollection containing the keys in the Hashtable. |
SyncRoot | Gets an object that can be used to synchronize access to the Hashtable. |
Values | Gets an ICollection containing the values in the Hashtable. |