ConstraintCollection.GetEnumerator Method

Returns an IEnumerator<Constraint> that iterates through the collection.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public IEnumerator<Constraint> GetEnumerator()

Return Value

IEnumerator<Constraint>
An IEnumerator<Constraint>.

See Also