Test additional content header

SwitchExpressionT, TReturnFor Method

Specifies option variable to check.

Definition

Namespace: Fluent.Calculations.Primitives
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static SwitchExpressionT, TReturnSwitchBuilder For(
	Option<T> checkValue
)

Parameters

checkValue  OptionT
Value to check.

Return Value

SwitchExpressionT, TReturnSwitchBuilder
Swich part configurator.

See Also