Creates a new set instance based on a sorted tree.

Namespace: Iesi.Collections
Assembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)

Syntax

C#
public SortedSet(
	IComparer comparer
)
Visual Basic
Public Sub New ( _
	comparer As IComparer _
)
Visual C++
public:
SortedSet(
	IComparer^ comparer
)

Parameters

comparer
Type: System.Collections..::..IComparer
The IComparer to use for sorting.

See Also