4

I am learning Roslyn and I wonder, is there any API to "convert" expression trees to Roslyn syntax trees ?

MrTux
  • 32,350
  • 30
  • 109
  • 146
macpak
  • 1,190
  • 1
  • 14
  • 28

1 Answers1

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

Community
  • 1
  • 1
Sam
  • 133
  • 10