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

Create and populate a new SortedHashSet with the given collection of elements.

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

Syntax

C#
public SortedHashSet(
	ICollection items
)

Parameters

items
Type: System.Collections..::.ICollection
The collection of elements to populate the set with.

See Also