Interface ISwitchStatement
Switch statement
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface ISwitchStatement : IStatement
Properties
Cases
The cases in the switch statement
Declaration
IList<ISwitchCase> Cases { get; }
Property Value
| Type | Description |
|---|---|
| IList<ISwitchCase> |
Expression
The expression
Declaration
IExpression Expression { get; set; }
Property Value
| Type | Description |
|---|---|
| IExpression |