Search Results for

    Show / Hide Table of Contents

    Interface IDeclarationProvider

    Declaration provider

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

    Methods

    GetTypeDeclaration(Type, Boolean)

    Get type declaration from type

    Declaration
    ITypeDeclaration GetTypeDeclaration(Type t, bool translate)
    Parameters
    Type Name Description
    Type t

    The dotNET type

    Boolean translate
    Returns
    Type Description
    ITypeDeclaration
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.