![]() |
Process
|
Name | Description | |
---|---|---|
![]() |
Sort() | Sorts the elements in the entire ProcessQueue<T>, using the default comparer. |
![]() |
Sort(Comparison<T> ) | Sorts the elements in the entire ProcessQueue<T>, using the specified comparison. |
![]() |
Sort(IComparer<T> ) | Sorts the elements in the entire ProcessQueue<T>, using the specified comparer. |
![]() |
Sort(Int32, Int32, IComparer<T> ) | Sorts the elements in a range of elements in the ProcessQueue<T>, using the specified comparer. |