IEnumerable<T>.Ordered(IComparer) Method
Sorts the elements of a sequence in ascending order using the specified IComparer<T>.
public function Ordered(const comparer: IComparer<T>): IEnumerable<T>; overload;
Parameters
- comparer
- Type: IComparer<T>
Sorts the elements of a sequence in ascending order using the specified IComparer<T>.
public function Ordered(const comparer: IComparer<T>): IEnumerable<T>; overload;