Click or drag to resize

ExpressionTreePartialEvaluatorVisitExtension Method

This is preliminary documentation and is subject to change.

Visits the children of the extension expression.

Namespace: WikiClientLibrary.Cargo.Linq.ExpressionVisitors
Assembly: WikiClientLibrary.Cargo (in WikiClientLibrary.Cargo.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
protected override Expression VisitExtension(
	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