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

◆ BufferOffsetSize()

Mono.Net.Security.BufferOffsetSize.BufferOffsetSize ( byte[] buffer,
int offset,
int size )
inline

Definition at line 68 of file BufferOffsetSize.cs.

69 {
70 if (buffer != null)
71 {
72 this.Buffer = buffer;
74 this.TotalBytes = size;
75 return;
76 }
77 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.offset.