TEnumerable.Min<T>(IEnumerable<T>,TFunc) Method
Represents method Min<T>(IEnumerable<T>,TFunc)
.
public class function Min<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