Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Serialization.IndentedWriter Class Referencesealed

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
 

Detailed Description

Definition at line 5 of file IndentedWriter.cs.


The documentation for this class was generated from the following file: