Test additional content header

ValueVisitorVisit Method

Dispatches the the list of arguments to VisitArgument method in this class.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: 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.

Remarks

Initate this method with the value that should be visited, typically a calculation result.

See Also