Test additional content header

ExpressionNodeTypeSwitch Field

Represents a special case evaluation where SwitchExpression class is being used.

Definition

Namespace: Fluent.Calculations.Primitives.Expressions
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public const string Switch = "Switch"

Field Value

String

Remarks

This type is logical equivalent to native switch/case statement.

See Also