Search Results for

    Show / Hide Table of Contents

    Interface IExpressionStatement

    Expression statement (for example for 'for statement' initializer and incrementer

    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface IExpressionStatement : IStatement

    Properties

    Expression

    The expression

    Declaration
    IExpression Expression { get; set; }
    Property Value
    Type Description
    IExpression
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.