Click or drag to resize

ExpressionVisitorVisit Method (ReadOnlyCollectionExpression)

Visits an Expression list.

Namespace:  MongoDB.Bson.Serialization
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
protected ReadOnlyCollection<Expression> Visit(
	ReadOnlyCollection<Expression> nodes
)

Parameters

nodes
Type: System.Collections.ObjectModelReadOnlyCollectionExpression
The Expression list.

Return Value

Type: ReadOnlyCollectionExpression
The Expression list (possibly modified).
See Also