Search Results for

    Show / Hide Table of Contents

    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>
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.