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() [1/2]

override int System.Net.FileWebStream.Read ( byte[] buffer,
int offset,
int size )
inline

Definition at line 46 of file FileWebStream.cs.

47 {
48 this.CheckError();
49 return base.Read(buffer, offset, size);
50 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.FileWebStream.CheckError(), j__TPar, and System.offset.