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

◆ ToArray()

virtual byte[] System.IO.MemoryStream.ToArray ( )
inlinevirtualinherited

Definition at line 488 of file MemoryStream.cs.

489 {
490 int length = this._length;
491 int origin = this._origin;
492 byte[] buffer = this._buffer;
493 int origin2 = this._origin;
494 return buffer;
495 }
class f__AnonymousType0<< Count > j__TPar

References System.IO.MemoryStream._buffer, System.IO.MemoryStream._length, System.IO.MemoryStream._origin, j__TPar, and System.length.