ArgumentsVisitorInvokerVisitArguments Method
Invokes a supplied vistor.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static IValue VisitArguments(
IValue value,
ValueVisitor visitor
)
- value IValue
- Value to be visited.
- visitor ValueVisitor
- Vistor that will handle visited value.
IValueReturns same value that was supplied.
Visitor will will be invoked for every argument of the supplied value.