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

The LiteDictionary type exposes the following members.

Properties

  NameDescription
Count
Gets the number of elements contained in this dictionary.
IsEmpty
Gets true if this dictionary contains no key-value mappings.
IsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
IsReadOnly
Gets a value indicating whether the IDictionary object is read-only.
IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Item
Returns the value to which this dictionary maps the specified key.
Keys
Gets a collection containing the keys of the LiteDictionary.
SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Values
Gets a collection containing the values in the LiteDictionary.

See Also