HashDictionary Properties |
The HashDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | comparer | Obsolete. (Inherited from Hashtable.) |
![]() | Count |
Gets the number of elements contained in the
ICollection.
(Overrides HashtableCount.) |
![]() | EqualityComparer | (Inherited from Hashtable.) |
![]() | hcp | Obsolete. Gets or sets the object that can dispense hash codes. (Inherited from Hashtable.) |
![]() | IsFixedSize | (Inherited from Hashtable.) |
![]() | IsNullValueSet |
Returns true is the value for the null key is set,
false otherwise.
|
![]() | IsReadOnly | (Inherited from Hashtable.) |
![]() | IsSynchronized | (Inherited from Hashtable.) |
![]() | Item |
Gets or sets the element with the specified key.
(Overrides HashtableItemObject.) |
![]() | Keys |
Gets an ICollection object
containing the keys of this dictionary.
(Overrides HashtableKeys.) |
![]() | SyncRoot | (Inherited from Hashtable.) |
![]() | Values |
Gets an ICollection object
containing the values in this dictionary.
(Overrides HashtableValues.) |