Interface IBlockStatement
Block statement - i.e. a statement which is a collection of statements
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IBlockStatement : IStatement
Properties
Statements
Collection of statements in the block
Declaration
IList<IStatement> Statements { get; }
Property Value
Type | Description |
---|---|
IList<IStatement> |