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

◆ Read() [2/2]

override int System.IO.CStreamReader.Read ( [Out] char[] dest,
int index,
int count )
inlinevirtual

Reimplemented from System.IO.TextReader.

Definition at line 55 of file CStreamReader.cs.

56 {
57 if (dest != null)
58 {
59 return this.driver.Read(dest, index, count);
60 }
61 return "index";
62 }
class f__AnonymousType0<< Count > j__TPar
int Read([In][Out] char[] dest, int index, int count)

References System.count, System.IO.CStreamReader.driver, System.index, j__TPar, and System.TermInfoDriver.Read().