ExpressionToString
ExpressionToString copied to clipboard
Investigate Mono CSharpWriter
After releasing this I found out about https://github.com/jbevain/mono.linq.expressions/blob/master/Mono.Linq.Expressions/CSharpWriter.cs#L35
It looks more complete than this project, but I still like the simplicity of the code package. Lets have a look what things we can improve in this project from this class.