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

Create a new HashSet with the specified initial capacity.

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

Syntax

C#
public HashSet(
	int capacity
)

Parameters

capacity
Type: System..::.Int32
The initial capacity of the backing dictionary.

See Also