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

◆ ReadToEnd()

string System.TermInfoDriver.ReadToEnd ( )
inline

Definition at line 482 of file TermInfoDriver.cs.

483 {
484 long num = 0L;
485 return this.ReadUntilConditionInternal(num != 0L);
486 }
string ReadUntilConditionInternal(bool haltOnNewLine)

References System.L, and System.TermInfoDriver.ReadUntilConditionInternal().

Referenced by System.IO.CStreamReader.ReadToEnd().