Search Results for

    Show / Hide Table of Contents

    Interface IParameterReference

    Parameter reference

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

    Properties

    Name

    Parameter name

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    String

    Methods

    Resolve()

    Resolve the reference

    Declaration
    IParameterDeclaration Resolve()
    Returns
    Type Description
    IParameterDeclaration
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.