Test additional content header

ArgumentsCollectionGetEnumerator Method

Returns an enumerator that iterates through the ArgumentsCollection.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public IEnumerator<IValue> GetEnumerator()

Return Value

IEnumeratorIValue
A ArgumentsCollection.Enumerator for the ArgumentsCollection.

Implements

IEnumerableTGetEnumerator

Remarks

Learn more about native GetEnumerator Method.

See Also