CodeWriter.IndentedLine method

namespace: Serenity.Reflection   assemblySerenity.Net.Core

Appends current indent, the specified string, and a new line.

public void IndentedLine(string s)
parameter description
s The s.

See Also