Groups constraints together.
Groups constraints together.
public IAnd And();
Groups together the constraints indicated by its arguments.
public IAnd And(IConstraint,IConstraint);
Groups together the constraints indicated by its arguments and assigns the string name
to the group.
public IAnd And(IConstraint,IConstraint,string);
Groups constraints together.
public IAnd And(IConstraint[]);
Groups together part of the constraints in the array cons
starting with the index indicated by start
and continuing to the number of constraints indicated by num
.
public IAnd And(IConstraint[],int,int);
Groups together part of the constraints from the array cons
starting with the index indicated by start
and continuing to the number of constraints indicated by num
.
public IAnd And(IConstraint[],int,int,string);
Groups constraints together.
public IAnd And(IConstraint[],string);