Interface IBlockExpression
Block expression - i.e. an expression which is a collection of expressions
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IBlockExpression : IExpression
Properties
Expressions
The collection of expressions in the block
Declaration
IList<IExpression> Expressions { get; }
Property Value
Type | Description |
---|---|
IList<IExpression> |