Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Create SynchronizedDictionary instance.

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

Syntax

C#
public SynchronizedDictionary(
	int capacity
)

Parameters

capacity
Type: System..::..Int32
The initial capacity of the internal HashDictionary.

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