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

◆ WriteLine() [6/6]

virtual void System.IO.TextWriter.WriteLine ( string value)
inlinevirtualinherited

Reimplemented in System.IO.CStreamWriter, System.IO.StreamWriter, System.IO.TextWriter.NullTextWriter, and System.IO.TextWriter.SyncTextWriter.

Definition at line 153 of file TextWriter.cs.

154 {
155 if (value != null)
156 {
157 }
158 string coreNewLineStr = this.CoreNewLineStr;
159 }
class f__AnonymousType0<< Count > j__TPar

References System.IO.TextWriter.CoreNewLineStr, and j__TPar.