Table of Contents

Method VisitLambda

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.Legacy.dll

VisitLambda(LambdaExpression)

Visits a LambdaExpression.

protected virtual Expression VisitLambda(LambdaExpression node)

Parameters

node LambdaExpression

The LambdaExpression.

Returns

Expression

The LambdaExpression (possibly modified).