Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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

Properties

  NameDescription
ConverterKeyUp
The IConverter used to convert keys of the DictionaryEntry objects which underlying enumerator iterates.
ConverterValueUp
The IConverter used to convert values of the DictionaryEntry objects which underlying enumerator iterates.
Current
Gets the current element in the collection.
Entry
Gets both the key and the value of the current dictionary entry.
Enumerator
The underlying IDictionaryEnumerator.
Key
Gets the key of the current dictionary entry.
Value
Gets the value of the current dictionary entry.

See Also