Extension Method for System.Linq.Expressions.Expression. Converts an System.Linq.Expressions.Expression to a T.
Declaring type: ExpressionConversionHelper
Namespace: Zyan.InterLinq.Expressions
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static T MakeSerializable<T> (
        Expression exp,
        ExpressionConverter expConverter
) 
where T  : SerializableExpression
Type Parameters
T
Return type (must be subclass of SerializableExpression.
Parameters
exp
Extended class instance.
expConverter
Return Value
Returns the converted T.