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

◆ InternalGetBuffer()

byte[] System.IO.MemoryStream.InternalGetBuffer ( )
inlinepackageinherited

Definition at line 181 of file MemoryStream.cs.

182 {
183 return this._buffer;
184 }

References System.IO.MemoryStream._buffer.