TreeSet T  Constructor (IComparer T )Quartz.NET API Documentation
Constructor that accepts comparer.

Namespace: Quartz.Collection
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public TreeSet(
	IComparer<T> comparer
)

Parameters

comparer
Type: System.Collections.Generic IComparer T 
Comparer to use.
See Also