Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
IndentedWriter (TextWriter writer, bool compact) | |
void | Write (string s) |
void | Write (char c) |
void | WriteLine (string s) |
void | WriteLine () |
void | WriteIndent () |
Properties | |
int | Indent [get, set] |
Private Attributes | |
readonly TextWriter | _writer |
bool | _needIndent |
int | _indentLevel |
readonly bool | _compact |
Definition at line 5 of file IndentedWriter.cs.