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

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
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