Hashtable Properties
.NET Framework 1.1
The properties of the Hashtable class are listed here. For a complete list of Hashtable class members, see the Hashtable Members topic.
Public Properties
Count Supported by the .NET Compact Framework. | Gets the number of key-and-value pairs contained in the Hashtable. |
IsFixedSize Supported by the .NET Compact Framework. | Gets a value indicating whether the Hashtable has a fixed size. |
IsReadOnly Supported by the .NET Compact Framework. | Gets a value indicating whether the Hashtable is read-only. |
IsSynchronized Supported by the .NET Compact Framework. | 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 property is the indexer for the Hashtable class. |
Keys Supported by the .NET Compact Framework. | Gets an ICollection containing the keys in the Hashtable. |
SyncRoot Supported by the .NET Compact Framework. | Gets an object that can be used to synchronize access to the Hashtable. |
Values Supported by the .NET Compact Framework. | Gets an ICollection containing the values in the Hashtable. |
Protected Properties
comparer Supported by the .NET Compact Framework. | Gets or sets the comparer to use for the Hashtable. |
hcp Supported by the .NET Compact Framework. | Gets or sets the object that can dispense hash codes. |
