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

◆ StreamReader() [6/10]

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

Definition at line 64 of file StreamReader.cs.

65 {
66 if (!true)
67 {
68 }
69 if (!true)
70 {
71 }
73 if (!true)
74 {
75 }
76 base..ctor();
77 if (encoding != null && stream != null)
78 {
79 this.Init(stream, encoding, detectEncodingFromByteOrderMarks, bufferSize, leaveOpen);
80 return;
81 }
82 }
class f__AnonymousType0<< Count > j__TPar
void Init(Stream stream, Encoding encoding, bool detectEncodingFromByteOrderMarks, int bufferSize, bool leaveOpen)

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