CodeWriter.IndentedMultiLine method

namespace: Serenity.Reflection   assemblySerenity.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