Test additional content header

ArgumentsCollection Class

Represents read-only collection of IValue elements that are arguments of the expression.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public sealed class ArgumentsCollection : IArguments, 
	IEnumerable<IValue>, IEnumerable
Inheritance
Object    ArgumentsCollection
Implements
IArguments, IEnumerableIValue, IEnumerable

Remarks

Created and populated by the operation handlers or EvaluationScope during execution of implemented logic

Properties

CountGets the number of elements contained in the arguments collection.

Methods

GetEnumeratorReturns an enumerator that iterates through the ArgumentsCollection.

See Also