Search Results for

    Show / Hide Table of Contents

    Interface IUsingStatement

    Using statement

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

    Properties

    Body

    The body of the statement

    Declaration
    IBlockStatement Body { get; set; }
    Property Value
    Type Description
    IBlockStatement

    Expression

    The using expression

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