ISortedSet T  MembersQuartz.NET API Documentation

The ISortedSet T  type exposes the following members.

Methods

  NameDescription
Public methodAdd (Inherited from ICollection T .)
Public methodClear (Inherited from ICollection T .)
Public methodContains (Inherited from ICollection T .)
Public methodCopyTo (Inherited from ICollection T .)
Public methodFirst
Returns the first item in the set.
Public methodGetEnumerator 
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable T .)
Public methodGetEnumerator 
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodRemove (Inherited from ICollection T .)
Public methodTailSet
Returns a portion of the list whose elements are greater than the limit object parameter.
Top
Properties

  NameDescription
Public propertyCount (Inherited from ICollection T .)
Public propertyIsReadOnly (Inherited from ICollection T .)
Public propertyItem
Returns the object in the specified index.
Top
See Also