ProcessQueueTSort Method

Overload List

SortSorts the elements in the entire ProcessQueueT, using the default comparer.
Sort(ComparisonT)Sorts the elements in the entire ProcessQueueT, using the specified comparison.
Sort(IComparerT)Sorts the elements in the entire ProcessQueueT, using the specified comparer.
Sort(Int32, Int32, IComparerT)Sorts the elements in a range of elements in the ProcessQueueT, using the specified comparer.

See Also