Interface IMethodInvokeExpression
Method invoke expression
Inherited Members
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 |