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

The ConverterCollections..::..ConverterDictionary type exposes the following members.

Properties

  NameDescription
Public propertyConverterKeyDown
The IConverter used to pass keys down to the underlying dictionary.
Public propertyConverterKeyUp
The IConverter used to view the underlying dictionary's keys through.
Public propertyConverterValueDown
The IConverter used to pass values down to the underlying dictionary.
Public propertyConverterValueUp
The IConverter used to view the underlying dictionary's values through.
Public propertyCount
Gets the number of elements contained in the dictionary.
Public propertyDictionary
The underlying IDictionary.
Public propertyIsFixedSize
Gets a value indicating whether the dictionary has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the dictionary is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the dictionary is synchronized (thread safe).
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeys
Gets an ICollection containing the keys of the dictionary.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the dictionary.
Public propertyValues
Gets an ICollection containing the values in the dictionary.

See Also