Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IEnumerable<T> OrderBy<T>(this IEnumerable<T>, Comparison<T>)

Declaration

public static IEnumerable<T> OrderBy<T>(
    this IEnumerable<T> source,
    Comparison<T> comparison
)

Summary

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

Generic type parameters

TThis type parameter is not documented.