IEnumerable<T>.Ordered Method

Sorts the elements of a sequence in ascending order using the default comparer for their type.

Namespace: Spring.Collections
public
 function Ordered: IEnumerable<T>; overload;

Return Value

Type: IEnumerable<T>