Interface IMethodReferenceExpression
Method reference expression
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IMethodReferenceExpression : IExpression
Properties
Method
Method reference
Declaration
IMethodReference Method { get; set; }
Property Value
Type | Description |
---|---|
IMethodReference |
Target
Instance expression
Declaration
IExpression Target { get; set; }
Property Value
Type | Description |
---|---|
IExpression |