Click or drag to resize

ConverterCollectionsConverterDictionaryInstantiateCollection Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Create a Converter Collection.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected virtual ICollection InstantiateCollection(
	ICollection col,
	IConverter convUp,
	IConverter convDown
)

Parameters

col
Type: System.CollectionsICollection
The underlying collection.
convUp
Type: Tangosol.UtilIConverter
The IConverter to view the underlying collection through.
convDown
Type: Tangosol.UtilIConverter
The IConverter to pass items down to the underlying collection through.

Return Value

Type: ICollection
A ConverterCollectionsConverterCollection.
See Also