Visit a System.Linq.Expressions.Expression`1.
Declaring type: ExpressionVisitor
Namespace: Zyan.InterLinq.Expressions.Helpers
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
protected abstract object VisitTypedExpression<T> (
        Expression<T> expression
) 
Type Parameters
T

There is no description.

Parameters
expression
Return Value
Returns the result of the visit.