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

A Converter DictionaryEnumerator views an underlying IDictionaryEnumerator through key and value IConverters.

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

Syntax

C#
public class ConverterDictionaryEnumerator : IDictionaryEnumerator, 
	IEnumerator

Inheritance Hierarchy

System..::.Object
  Tangosol.Util..::.ConverterCollections..::.ConverterDictionaryEnumerator

See Also