Click or drag to resize

ConverterDictionaryEnumerator Properties

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The ConverterCollectionsConverterDictionaryEnumerator 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.
Top
See Also