System.Linq.ParallelSortDirection Enumeration

Namespace: System.Linq
Specifies the direction for a parallel sort operation.

Members

Remarks

This enumeration is used by methods in the ParallelEnumerable class to specify the desired sort order when performing parallel sorting operations.

See Also