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


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


source







All Articles