Specifies the direction for a parallel sort operation.
Members
-
AscendingAscendingSpecifies that the sort operation should be in ascending order.
-
DescendingDescendingSpecifies that the sort operation should be in descending order.
Remarks
This enumeration is used by methods in the ParallelEnumerable
class to specify the desired sort order when performing parallel sorting operations.