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

Create a new SortedHashSet with the specified IComparer

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

Syntax

C#
public SortedHashSet(
	IComparer comparer
)

Parameters

comparer
Type: System.Collections..::.IComparer
Specify an IComparer to determine element order opposed to using the natural ordering of the objects.

See Also