Table of Contents

Method VisitLambda

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

VisitLambda(LambdaExpression)

Visits a LambdaExpression.

protected virtual T VisitLambda(LambdaExpression node)

Parameters

node LambdaExpression

The LambdaExpression.

Returns

T

The result of visiting the Expression.