Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ StreamWriter() [6/10]

System.IO.StreamWriter.StreamWriter ( string path,
bool append )
inline

Definition at line 134 of file StreamWriter.cs.

135 : this(path, append, UTF8NoBOM, 1024)
136 {
137 }
static Encoding UTF8NoBOM