Skip to content

CodeWriter.IndentedMultiLine method

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