IEnumerable<T>.Ordered(IComparer) Method

Sorts the elements of a sequence in ascending order using the specified IComparer<T>.

Namespace: Spring.Collections
public
 function Ordered(const comparer: IComparer<T>): IEnumerable<T>; overload;

Parameters

comparer
Type: IComparer<T>

Return Value

Type: IEnumerable<T>