Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Create a new SortedHashSet with the specified IComparer

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

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