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

◆ CheckEOL()

bool System.IO.UnexceptionalStreamReader.CheckEOL ( char current)
inlineprivate

Definition at line 56 of file UnexceptionalStreamReader.cs.

57 {
58 if (!true)
59 {
60 }
61 if (Environment.NewLine[(int)current] == '\0')
62 {
63 return;
64 }
65 }
static string NewLine

References System.Environment.NewLine.