Click or drag to resize

ProcessQueue<T> .Sort Method

Overload List
  Name Description
Public method Sort() Sorts the elements in the entire ProcessQueue<T>, using the default comparer.
Public method Sort(Comparison<T> ) Sorts the elements in the entire ProcessQueue<T>, using the specified comparison.
Public method Sort(IComparer<T> ) Sorts the elements in the entire ProcessQueue<T>, using the specified comparer.
Public method Sort(Int32, Int32, IComparer<T> ) Sorts the elements in a range of elements in the ProcessQueue<T>, using the specified comparer.
Top
See Also