IOr Or();
Returns an or-constraint indicating that at least one and possibly more than one argument is true.
IOr Or(IConstraint,IConstraint);
Returns an or-constraint indicating that at least one and possibly both of its arguments are true.
IOr Or(IConstraint,IConstraint,string);
IOr Or(IConstraint[]);
Returns an or-constraint indicating that at least one and possibly more than one of the elements is true in the range of indices starting at the index indicated by start
and continuing through the number of elements indicated by the number num
among the elements of its argument cons
, an array of constraints.
IOr Or(IConstraint[],int,int);
Returns an or-constraint indicating that at least one and possibly more than one of the elements is true in the range of indices starting at the index indicated by start
and continuing through the number of elements indicated by the number num
among the elements of its argument cons
, an array of constraints.
IOr Or(IConstraint[],int,int,string);
Returns an or-constraint indicating that at least one and possibly more than one of the elements is true in its argument cons
, an array of constraints.
IOr Or(IConstraint[],string);