Hashtable Properties
.NET Framework (current version)
Namespace:
System.Collections
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | comparer | |
![]() | Count | Gets the number of key/value pairs contained in the Hashtable. |
![]() | EqualityComparer | Gets the IEqualityComparer to use for the Hashtable. |
![]() | hcp | Obsolete. Gets or sets the object that can dispense hash codes. |
![]() | IsFixedSize | Gets a value indicating whether the Hashtable has a fixed size. |
![]() | 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[Object^] | Gets or sets the value associated with the specified key. |
![]() | 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. |
Show:

