Search Results for

    Show / Hide Table of Contents

    Interface ICommentStatement

    Comment statement

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

    Properties

    Comment

    Text for comment statement

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