eugenca

Results 5 issues of eugenca

## Actual Behavior Problem with FManager::PropertyHolder::emplace_back This is templated method used to emplace arbitrary items in implementation`s vector As I see how library does, it is not instantiating things to...

Only changes in LambdaExpressionVistor.cs

Currently Expression.ToLambda returns Func Intermediate expression is hidden and not avaiable to touch LambdaExpressionVistor is internal I need a way to use generated System.Linq.Expressions.Expression for my needs Thank you.