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

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

Properties

  NameDescription
Public propertyConverterKeyUp
The IConverter used to convert keys of the DictionaryEntry objects which underlying enumerator iterates.
Public propertyConverterValueUp
The IConverter used to convert values of the DictionaryEntry objects which underlying enumerator iterates.
Public propertyCurrent
Gets the current element in the collection.
Public propertyEntry
Gets both the key and the value of the current dictionary entry.
Public propertyEnumerator
The underlying IDictionaryEnumerator.
Public propertyKey
Gets the key of the current dictionary entry.
Public propertyValue
Gets the value of the current dictionary entry.

See Also