Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

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

Fields

  NameDescription
m_convKeyDown
The IConverter used to pass keys down to the dictionary.
m_convKeyUp
The IConverter used to view keys stored in the dictionary.
m_convValDown
The IConverter used to pass keys down to the dictionary.
m_convValUp
The IConverter used to view values stored in the dictionary.
m_dictionary
The underlying dictionary.

See Also