| 
    terraria-cpp2il v1.4.4.9
    
   Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon 
   | 
 
 Collaboration diagram for CSVWriter:Public Member Functions | |
| CSVWriter (string file, string[] headers) | |
| CSVWriter (string file, string[] headers, UTF8Encoding enc) | |
| CSVWriter (string[] headers) | |
| void | WriteLine (string[] values) | 
| void | Close () | 
Public Attributes | |
| byte[] | SaveData | 
Protected Member Functions | |
| override void | Finalize () | 
Private Member Functions | |
| void | SetupStreams () | 
| void | SetupStreams (UTF8Encoding enc) | 
| void | CloseStreams () | 
| string | EncodeValue (string stringValue) | 
Private Attributes | |
| string | _outputFile | 
| bool | _open | 
| StreamWriter | _writer | 
| MemoryStream | _memoryStream | 
Definition at line 8 of file CSVWriter.cs.