Test additional content header

ArgumentsVisitorInvokerVisitArguments Method

Invokes a supplied vistor.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static IValue VisitArguments(
	IValue value,
	ValueVisitor visitor
)

Parameters

value  IValue
Value to be visited.
visitor  ValueVisitor
Vistor that will handle visited value.

Return Value

IValue
Returns same value that was supplied.

Remarks

Visitor will will be invoked for every argument of the supplied value.

See Also