Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The ConverterCollections..::..ConverterDictionaryEnumerator type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | 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.
|