0
comment
comment
on 3/17/2012 3:57 AM
In some settings you might need to access more of the language than available through reflection and System.Linq.Expressions. You might want to look into project Roslyn or NRefactory. These will let you access the C# parser. This can be useful in many settings. For instance, to refactor C#. To render the code to another language.