I am learning Roslyn and I wonder, is there any API to "convert" expression trees to Roslyn syntax trees ?
Asked
Active
Viewed 205 times
1 Answers
2
there's no such API by now.
if you're seeking for a quick workaround, you could try to convert the expression tree to source code firstly