TreeSet T  Constructor (IEnumerable T )Quartz.NET API Documentation
Constructor that prepolutates.

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

public TreeSet(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.Generic IEnumerable T 

[Missing <param name="items"/> documentation for "M:Quartz.Collection.TreeSet`1.#ctor(System.Collections.Generic.IEnumerable{`0})"]

See Also