Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Create SynchronizedDictionary instance.

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

Syntax

C#
public SynchronizedDictionary()

Remarks

This constructor will create a wrapper around the internal HashDictionary instance, which means that the created dictionary instance will support null keys, contrary to the general IDictionary contract.

See Also