Test additional content header

IValueProviderAccept Method

Accepts Arguments visitor.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
IValue Accept(
	ValueVisitor visitor
)

Parameters

visitor  ValueVisitor
Arguments visitor.

Return Value

IValue
Returns self.

Remarks

When value is inhertied from Value base class, doesn't need to be overriden.

See Also