Search Results for

    Show / Hide Table of Contents

    Interface IComment

    Comment

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

    Properties

    Text

    Text for comment

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