Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The HashDictionary type exposes the following members.

Properties

  NameDescription
comparer Obsolete.
Gets or sets the IComparer to use for the Hashtable.
(Inherited from Hashtable.)
Count
Gets the number of elements contained in the ICollection.
(Overrides Hashtable..::.Count.)
EqualityComparer
Gets the IEqualityComparer to use for the Hashtable.
(Inherited from Hashtable.)
hcp Obsolete.
Gets or sets the object that can dispense hash codes.
(Inherited from Hashtable.)
IsFixedSize
Gets a value indicating whether the Hashtable has a fixed size.
(Inherited from Hashtable.)
IsNullValueSet
Returns true is the value for the null key is set, false otherwise.
IsReadOnly
Gets a value indicating whether the Hashtable is read-only.
(Inherited from Hashtable.)
IsSynchronized
Gets a value indicating whether access to the Hashtable is synchronized (thread safe).
(Inherited from Hashtable.)
Item
Gets or sets the element with the specified key.
(Overrides Hashtable..::.Item[([(Object])]).)
Keys
Gets an ICollection object containing the keys of this dictionary.
(Overrides Hashtable..::.Keys.)
SyncRoot
Gets an object that can be used to synchronize access to the Hashtable.
(Inherited from Hashtable.)
Values
Gets an ICollection object containing the values in this dictionary.
(Overrides Hashtable..::.Values.)

See Also