Welcome to MSDN Blogs Sign in | Join | Help

Kael Rowan

Foundations of Elegant Code

March 2006 - Posts

IndentedTextWriter
There's a very useful class called IndentedTextWriter in the System.CodeDom.Compiler namespace that automatically adds whitespace before each line depending on its Indent property. This works great when you have code with several nested (or recursive) Read More...
Page view tracker