Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The LiteDictionary type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in this dictionary.
Public propertyIsEmpty
Gets true if this dictionary contains no key-value mappings.
Public propertyIsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the IDictionary object is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Public propertyItem
Returns the value to which this dictionary maps the specified key.
Public propertyKeys
Gets a collection containing the keys of the LiteDictionary.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Public propertyValues
Gets a collection containing the values in the LiteDictionary.

See Also