Click or drag to resize

ConverterCollectionsConverterDictionaryInstantiateCollection Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Create a Converter Collection.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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