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

◆ BufferList

IList<ArraySegment<byte> > System.Net.Sockets.SocketAsyncEventArgs.BufferList
getinherited

Definition at line 273 of file SocketAsyncEventArgs.cs.

274 {
275 get
276 {
277 return this._bufferList;
278 }
279 }
IList< ArraySegment< byte > > _bufferList