Open sandboxFocus

Constructor SwitchStatementBuilder

SwitchStatementBuilder(IExpression)

Initializes a new instance of the SwitchStatementBuilder class.

Declaration
public SwitchStatementBuilder(IExpression expression)
Parameters
Type Name Description
IExpression expression

The expression in the switch ( expression ) statement.