Search Results for

    Show / Hide Table of Contents

    Interface IArgumentReferenceExpression

    Argument reference expression

    Inherited Members
    IExpression.GetExpressionType()
    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface IArgumentReferenceExpression : IExpression

    Properties

    Parameter

    The argument

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