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

Create a new SortedHashSet with the specified initial capacity.

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

Syntax

C#
public SortedHashSet(
	int capacity
)

Parameters

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

See Also