Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Construct a LiteDictionary with the same mappings as the given dictionary.

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

Syntax

C#
public LiteDictionary(
	IDictionary dictionary
)

Parameters

dictionary
Type: System.Collections..::.IDictionary
The dictionary whose mappings are to be placed in this dictionary.

See Also