I'm studying C # and I came across SyntaxTree
while reading about Roslyn
.
I also read the documentation from Microsoft itself at the link: Introduction to Syntax Analysis
However I still have two questions, just to fix the content I'm studying.
The questions are:
-
How can SyntaxTree be really useful in my application?
-
When should I use it?
Thank you.