Constructor with an System.Linq.Expressions.InvocationExpression and an ExpressionConverter.
Declaring type: SerializableInvocationExpression
Namespace: Zyan.InterLinq.Expressions
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public SerializableInvocationExpression (
        InvocationExpression expression,
        ExpressionConverter expConverter
) 
Parameters
expression
The original, not serializable Expression.
expConverter
The ExpressionConverter to convert contained Expressions.