diff --git a/PoweredSoft.DynamicLinq.ConsoleApp/BetterProto2.cs b/PoweredSoft.DynamicLinq.ConsoleApp/BetterProto2.cs index c5cd3fc..0fd8814 100644 --- a/PoweredSoft.DynamicLinq.ConsoleApp/BetterProto2.cs +++ b/PoweredSoft.DynamicLinq.ConsoleApp/BetterProto2.cs @@ -138,6 +138,8 @@ namespace PoweredSoft.DynamicLinq.ConsoleApp parentExpression, currentExpressionLambda); } }); + + Result = currentExpression; } } }