Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

public static IEnumerable<T> Order<T>(
    this IEnumerable<T> source
)

Summary

Sorts the elements of a sequence in ascending order.

Generic type parameters

TThis type parameter is not documented.