terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
InControl.Internal.CodeWriter Class Reference

Public Member Functions

 CodeWriter ()
 
void IncreaseIndent ()
 
void DecreaseIndent ()
 
void Append (string code)
 
void Append (bool trim, string code)
 
void AppendLine (string code)
 
void AppendLine (int count)
 
void AppendFormat (string format, params object[] args)
 
void AppendLineFormat (string format, params object[] args)
 
override string ToString ()
 

Private Attributes

int indent
 
readonly StringBuilder stringBuilder
 

Static Private Attributes

const char newLine = '\n'
 

Detailed Description

Definition at line 8 of file CodeWriter.cs.


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