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.UnexceptionalStreamReader.Read ( [Out] char[] dest_buffer,
int index,
int count )
inlinevirtual

Reimplemented from System.IO.StreamReader.

Definition at line 42 of file UnexceptionalStreamReader.cs.

43 {
44 int num = 1;
45 if (dest_buffer != null)
46 {
47 if (num == 0)
48 {
49 }
50 return base.Read();
51 }
52 return "index";
53 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.