CodeWriter.IndentedMultiLine method
namespace: Serenity.Reflection assembly: Serenity.Net.Core
Appends each of the text's lines with current indent, and a new line.
public void IndentedMultiLine(string code)
| parameter | description |
|---|---|
| code | The code |
See Also
- class CodeWriter