Search Results for

    Show / Hide Table of Contents

    Interface IDocumentationProvider

    Documentation provider

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

    Properties

    Documentation

    The documentation text

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