TEnumerable.OrderBy<T,TKey>(IEnumerable<T>,TFunc,IComparer) Method
Represents method OrderBy<T,TKey>(IEnumerable<T>,TFunc,IComparer)
.
public class function OrderBy<T, TKey>(const source: IEnumerable<T>; const keySelector: TFunc<T,TKey>; const comparer: IComparer<TKey>): IEnumerable<T>; overload; static;
Type Parameters
- T
- TKey
Parameters
- source
- Type: IEnumerable<T>
- keySelector
- Type: TFunc<T,TKey>
- comparer
- Type: IComparer<TKey>