TEnumerable.OrderByDescending<T,TKey>(IEnumerable<T>,TFunc,IComparer) Method

Represents method OrderByDescending<T,TKey>(IEnumerable<T>,TFunc,IComparer).

Namespace: Spring.Collections
public
 class function OrderByDescending<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>

Return Value

Type: IEnumerable<T>