Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Returns an instance of IDictionaryEnumerator that uses an IConverters to view an underlying enumerator.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected virtual IDictionaryEnumerator InstantiateDictionaryEnumerator(
	IDictionaryEnumerator enumerator,
	IConverter convKey,
	IConverter convVal
)

Parameters

enumerator
Type: System.Collections..::..IDictionaryEnumerator
The underlying IDictionaryEnumerator.
convKey
Type: Tangosol.Util..::..IConverter
The IConverter to view the underlying IDictionaryEnumerator keys through.
convVal
Type: Tangosol.Util..::..IConverter
The IConverter to view the underlying IDictionaryEnumerator values through.

Return Value

An IDictionaryEnumerator that views the passed enumerator through the specified IConverters.

See Also