Search Results for

    Show / Hide Table of Contents

    Interface IBlockExpression

    Block expression - i.e. an expression which is a collection of expressions

    Inherited Members
    IExpression.GetExpressionType()
    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>
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.