Click or drag to resize

ExpressionTreePartialEvaluatorVisitLambdaT(ExpressionT) Method

This is preliminary documentation and is subject to change.

Visits the children of the ExpressionTDelegate.

Namespace: WikiClientLibrary.Cargo.Linq.ExpressionVisitors
Assembly: WikiClientLibrary.Cargo (in WikiClientLibrary.Cargo.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
protected override Expression VisitLambda<T>(
	Expression<T> node
)

Parameters

node  ExpressionT
The expression to visit.

Type Parameters

T
The type of the delegate.

Return Value

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