Table of Contents

Method VisitBinary

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

VisitBinary(BinaryExpression)

Visits a BinaryExpression.

protected virtual T VisitBinary(BinaryExpression node)

Parameters

node BinaryExpression

The BinaryExpression.

Returns

T

The result of visiting the Expression.