TEnumerableBase<T>.Ordered(IComparer) Method

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

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

Parameters

comparer
Type: IComparer<T>

Return Value

Type: IEnumerable<T>

 

Implements

IEnumerable<T>.Ordered(IComparer)