Table of Contents

Class ParsedExpressionSwitch

Namespace
LfrlAnvil.Computable.Expressions.Constructs.Variadic
Assembly
LfrlAnvil.Computable.Expressions.dll

Represents a switch construct.

public sealed class ParsedExpressionSwitch : ParsedExpressionVariadicFunction
Inheritance
ParsedExpressionSwitch
Inherited Members

Constructors

ParsedExpressionSwitch()

Creates a new ParsedExpressionSwitch instance.

public ParsedExpressionSwitch()

Methods

Process(IReadOnlyList<Expression>)

Processes this construct.

[Pure]
protected override Expression Process(IReadOnlyList<Expression> parameters)

Parameters

parameters IReadOnlyList<Expression>

Parameters to process.

Returns

Expression

New Expression.