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

◆ Write() [2/6]

virtual void System.IO.TextWriter.Write ( char[] buffer)
inlinevirtualinherited

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

Definition at line 110 of file TextWriter.cs.

111 {
112 if (buffer != null)
113 {
114 }
115 }