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
T | This type parameter is not documented. |