We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From eamon.nerbonne on January 11, 2011 16:10:33
ExpressionToCode.ToCode(() => new[]{ new{ X="a", Y="b"},} }.Select(o=>o.X+o.Y) )
the "o." in the inner expression isn't printed.
Original issue: http://code.google.com/p/expressiontocode/issues/detail?id=3
The text was updated successfully, but these errors were encountered:
From eamon.nerbonne on January 17, 2011 04:13:21
Labels: -Priority-Medium Priority-High
Sorry, something went wrong.
From eamon.nerbonne on January 21, 2011 13:55:53
Fixed!
Status: Fixed
EamonNerbonne
No branches or pull requests
From eamon.nerbonne on January 11, 2011 16:10:33
ExpressionToCode.ToCode(() =>
new[]{
new{ X="a", Y="b"},}
}.Select(o=>o.X+o.Y)
)
the "o." in the inner expression isn't printed.
Original issue: http://code.google.com/p/expressiontocode/issues/detail?id=3
The text was updated successfully, but these errors were encountered: