Interface ISwitchCase
Switch case
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface ISwitchCase
Properties
Body
Body of switch case
Declaration
IBlockStatement Body { get; set; }
Property Value
Type | Description |
---|---|
IBlockStatement |