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

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

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

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