Hashtable Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Count | Gets the number of key/value pairs contained in the Hashtable. |
| 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 | 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. |
| Name | Description | |
|---|---|---|
| comparer | Gets or sets the IComparer to use for the Hashtable. |
| EqualityComparer | Gets the IEqualityComparer to use for the Hashtable. |
| hcp | Gets or sets the object that can dispense hash codes. |