This method removes a constraint from the invoking or-constraint.
This method removes a constraint from the invoking or-constraint.
IConstraint Remove(IConstraint);
This method removes an array of constraints from the invoking or-constraint.
IConstraint[] Remove(IConstraint[]);
This method removes constraints from the invoking instance of IOr
.
IConstraint[] Remove(IConstraint[],int,int);