Click or drag to resize

SortedHashSet Constructor (Int32)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Create a new SortedHashSet with the specified initial capacity.

Namespace:  Tangosol.Util.Collections
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public SortedHashSet(
	int capacity
)

Parameters

capacity
Type: SystemInt32
The initial capacity of the backing dictionary.
See Also