ISortedSet T  InterfaceQuartz.NET API Documentation
A sorted set.

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

public interface ISortedSet<T> : ISet<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Quartz.Collection.ISortedSet`1"]

See Also