Test additional content header

ValueVisitor Class

Represents a read-only visitor for value arguments.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public abstract class ValueVisitor
Inheritance
Object    ValueVisitor

Remarks

This class is designed to be inherited to create more specialized classes whose functionality requires traversing, examining expression arguments.

Constructors

ValueVisitor Initializes a new instance of the ValueVisitor.

Methods

VisitDispatches the the list of arguments to VisitArgument method in this class.
VisitArgumentThe argument value to visit.

See Also