Times.Create(TFunc,Integer,Integer,string) Constructor

Initializes a new instance of the Times class.

Namespace: Spring.Times
private
 constructor Create(const evaluator: TFunc<Integer, Boolean>;
 min, max: Integer; const messageFormat: string);

Parameters

evaluator
Type: TFunc<Integer, Boolean>

min
Type: Integer

max
Type: Integer

messageFormat
Type: string