Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IEnumerable<T> Order<T>(this IEnumerable<T>, IComparer<T>)

Declaration

public static IEnumerable<T> Order<T>(
    this IEnumerable<T> source,
    IComparer<T> comparer
)

Summary

Sorts the elements of a sequence in ascending order by using a specified comparer.

Generic type parameters

TThis type parameter is not documented.