LambdaExpression {Microsoft.VisualBasic.MIME.application.xml.MathML} | .NET clr documentation |
A lambda expression that consist with the
LambdaExpression.parameters and LambdaExpression.lambda
body.
example as: f(x) = x ^ 2
# namespace Microsoft.VisualBasic.MIME.application.xml.MathML
export class LambdaExpression {
lambda: MathExpression;
parameters: string;
}
lambda
: MathExpression