Search Results for

    Show / Hide Table of Contents

    Interface IMethodInvokeExpression

    Method invoke expression

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

    Properties

    Arguments

    The arguments

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

    Method

    The method

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