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.Net.Sockets.NetworkStream.Read ( Span< byte > destination)
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 198 of file NetworkStream.cs.

199 {
200 Type type;
201 bool flag = base.GetType() != type;
202 return base.Read(destination);
203 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.destination, System.Type.GetType(), and j__TPar.