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

specified dictionary.

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

Syntax

C#
public SynchronizedDictionary(
	IDictionary dict
)

Parameters

dict
Type: System.Collections..::.IDictionary
Dictionary to wrap.

See Also