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

◆ StreamWriter() [5/9]

System.IO.StreamWriter.StreamWriter ( Stream stream,
Encoding encoding,
int bufferSize,
bool leaveOpen )
inline

Definition at line 71 of file StreamWriter.cs.

72 {
73 if (!true)
74 {
75 }
76 if (!true)
77 {
78 }
80 if (!true)
81 {
82 }
83 if (encoding != null && stream != null)
84 {
85 this.Init(stream, encoding, bufferSize, leaveOpen);
86 return;
87 }
88 }
class f__AnonymousType0<< Count > j__TPar
void Init(Stream streamArg, Encoding encodingArg, int bufferSize, bool shouldLeaveOpen)

References System.IO.StreamWriter.Init(), and j__TPar.