ILOG CPLEX .NET Reference Manual

IAnd.GetEnumerator Method 

This method returns an enumerator that traverses the constraints in the and-constraint.

IEnumerator GetEnumerator();

Remarks

Any manipulation of the and-constraint will render an enumerator accessed with this method invalid. An enumerator can be used only until the method add, remove, or delete is called on the invoking instance of IAnd.

See Also

IAnd Interface | ILOG.Concert Namespace