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

◆ ReadLine()

string System.TermInfoDriver.ReadLine ( )
inline

Implements System.IConsoleDriver.

Definition at line 476 of file TermInfoDriver.cs.

477 {
478 return this.ReadUntilConditionInternal(true);
479 }
string ReadUntilConditionInternal(bool haltOnNewLine)

References System.TermInfoDriver.ReadUntilConditionInternal().

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