Interface ILambdaExpression
Interface for a lambda expression
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface ILambdaExpression : IExpression
Properties
Body
The body of the expression
Declaration
IExpression Body { get; set; }
Property Value
Type | Description |
---|---|
IExpression |
Parameters
The list of parameters
Declaration
IList<IVariableDeclaration> Parameters { get; }
Property Value
Type | Description |
---|---|
IList<IVariableDeclaration> |