CodeWriter.IndentedMultiLine method
namespace: Serenity.Reflection assembly: Serenity.Net.Core
Appends current indent for all lines of the specified string by splitting it by end of line characters, and a new line.
public void IndentedMultiLine(string s)
See Also
- class CodeWriter