Skip to content

Missing ToString with Concat #123

Closed
Closed
@lbargaoanu

Description

@lbargaoanu
Expression<Func<object, int, string>> expr = (obj, integer)=>obj.ToString()+integer.ToString();
expr.ToReadableString().Dump();

I get (obj, integer) => obj + integer, but that's not valid C#.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions