TEnumerable.Max<T>(IEnumerable<T>,TFunc) Method

Represents method Max<T>(IEnumerable<T>,TFunc).

Namespace: Spring.Collections
public
 class function Max<T>(const source: IEnumerable<T>;
 const selector: TFunc<T, Integer>): Integer; overload; static;

Type Parameters

T

Parameters

source
Type: IEnumerable<T>

selector
Type: TFunc<T, Integer>

Return Value

Type: Integer