Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Create SynchronizedDictionary instance.
Namespace:
Tangosol.Util.CollectionsAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
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.