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.UnmanagedMemoryStream.Read ( Span< byte > buffer)
inlinevirtualinherited

Reimplemented from System.IO.Stream.

Definition at line 229 of file UnmanagedMemoryStream.cs.

230 {
231 Type type;
232 bool flag = base.GetType() == type;
233 return this.ReadCore(buffer);
234 }
class f__AnonymousType0<< Count > j__TPar
unsafe int ReadCore(Span< byte > buffer)
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), j__TPar, and System.IO.UnmanagedMemoryStream.ReadCore().