TreeSet T  TailSet Method Quartz.NET API Documentation
Return items from given range.

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

public ISortedSet<T> TailSet(
	T limit
)

Parameters

limit
Type: T

[Missing <param name="limit"/> documentation for "M:Quartz.Collection.TreeSet`1.TailSet(`0)"]

Return Value

Type: ISortedSet T 

[Missing <returns> documentation for "M:Quartz.Collection.TreeSet`1.TailSet(`0)"]

Implements

ISortedSet T  TailSet(T)
See Also