newline Tab
Append a newline ('\n' = U+000A) then the specified number of tab ('\t' = U+0009) characters to the given StringBuilder.
Receiver
Parameters
indent
The number of tabs to append after the newline.
Append a newline ('\n' = U+000A) then the specified number of tab ('\t' = U+0009) characters to the given StringBuilder.
The number of tabs to append after the newline.