Converts a System.Linq.Expressions.InvocationExpression to a SerializableInvocationExpression.
Declaring type: ExpressionConverter
Namespace: Zyan.InterLinq.Expressions.Helpers
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
protected override object VisitInvocationExpression (
        InvocationExpression expression
) 
Parameters
expression
Return Value
Returns the converted SerializableInvocationExpression.