Handles the case, when the type of the Expression is unkonwn.
Declaring type: ExpressionVisitor
Namespace: Zyan.InterLinq.Expressions.Helpers
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
protected virtual object VisitUnknownExpression (
        Expression expression
) 
Parameters
expression
The unknown Expression.
Return Value
Returns the result of a unknown Expression.