Visits an Expression and returns a result of the type T.
Declaring type: ExpressionVisitor
Namespace: Zyan.InterLinq.Expressions.Helpers
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
protected T Visit<T> (
        Expression expression
) 
Type Parameters
T
System.Type of the returned value.
Parameters
expression
Expression to visit.
Return Value
Returns a result of the type T.