Skip to content

CodeWriter.IndentedMultiLine method

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