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

Create a Converter Dictionary.

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

Syntax

C#
protected virtual IDictionary InstantiateDictionary(
	IDictionary dict,
	IConverter convKeyUp,
	IConverter convKeyDown,
	IConverter convValUp,
	IConverter convValDown
)

Parameters

dict
Type: System.Collections..::.IDictionary
The underlying IDictionary.
convKeyUp
Type: Tangosol.Util..::.IConverter
The IConverter to view the underlying dictionary's keys through.
convKeyDown
Type: Tangosol.Util..::.IConverter
The IConverter to use to pass keys down to the underlying dictionary.
convValUp
Type: Tangosol.Util..::.IConverter
The IConverter to view the underlying dictionary's values through.
convValDown
Type: Tangosol.Util..::.IConverter
The IConverter to use to pass values down to the underlying dictionary.

Return Value

A ConverterCollections..::.ConverterDictionary.

See Also