Pinned Loading
-
expression.cs
expression.cs 1private static IEqualityComparer<T> GetInstance()
2{
3var type = typeof(T);
4ParameterExpression[] parameters =
5{
-
ExpressionExpand.cs
ExpressionExpand.cs 1void Main()
2{
3Expression<Func<Test, Test>> f = x => x;
4var r = new Test[0].AsQueryable().Append(new Test(444)).Select(q => new { A = q.X.ToString(), F = f.Apply(q).Double() }).Expand();
5r.Expression.ToString().Dump();
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.