Roslyn: Expressions and SytnaxTree
I am learning Roslyn and I am wondering if there is an API to "convert" expression trees to Roslyn syntax trees?
+3
macpak
source
to share
1 answer
there is no such API.
if you are looking for a quick workaround, you can try converting the expression tree to source first
0
Sam
source
to share