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

◆ MemoryBuffer

Memory<byte> System.Net.Sockets.SocketAsyncEventArgs.MemoryBuffer
getinherited

Definition at line 241 of file SocketAsyncEventArgs.cs.

242 {
243 get
244 {
245 Memory<byte> buffer = this._buffer;
246 int index = this._buffer._index;
247 return buffer;
248 }
249 }
readonly int _index
Definition Memory.cs:239