ValueVisitorVisit Method
Dispatches the the list of arguments to VisitArgument method in this class.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
protected virtual void Visit(
IValue value
)
Parameters
- value IValue
- Value whose arguments should be visited.
Initate this method with the value that should be visited, typically a calculation result.