Click or drag to resize

ExpressionTreePartialEvaluatorVisit(Expression) Method

This is preliminary documentation and is subject to change.

Dispatches the expression to one of the more specialized visit methods in this class.

Namespace: WikiClientLibrary.Cargo.Linq.ExpressionVisitors
Assembly: WikiClientLibrary.Cargo (in WikiClientLibrary.Cargo.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public override Expression? Visit(
	Expression? node
)

Parameters

node  Expression
The expression to visit.

Return Value

Expression
The modified expression, if it or any subexpression was modified; otherwise, returns the original expression.
See Also