orcation

Results 1 issues of orcation

I was trying to parse a expression string like this: ``` c# ParameterExpression p1 = Expression.Parameter(typeof(Customer), "p1"); ParsingConfig config = new ParsingConfig(); config.CustomTypeProvider = new FuncTypeProvider(); var e3 = DynamicExpressionParser.ParseLambda(/*config,*/...

question