TEnumerableBase<T>.Min Method

Returns the minimum value in a sequence.

Namespace: Spring.Collections.Base
public
 function Min: T; overload;

Return Value

Type: T

The minimum value in the sequence.

Implements

IEnumerable<T>.Min