Test additional content header

SwitchExpressionT, TReturnCaseBuilder Class

Next or default case part builder.

Definition

Namespace: Fluent.Calculations.Primitives
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public sealed class CaseBuilder
Inheritance
Object    SwitchExpressionT, TReturnCaseBuilder

Remarks

Build another case or end the daisy-chain with default case.

Methods

CaseDefine a single or multiple cases to check.
Default(Decimal, String)Defines primitive numeric value as a default case result.
Default(FuncTReturn, String) Define a function that returns IValue as a default case result.

See Also