Search Results for

    Show / Hide Table of Contents

    Interface IDelegateInvokeExpression

    Interface for delegate invoke expression

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

    Properties

    Arguments

    Arguments for delegate invoke expression

    Declaration
    IList<IExpression> Arguments { get; }
    Property Value
    Type Description
    IList<IExpression>

    Target

    Target for delegate invoke expression

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