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

◆ Memcpy() [2/2]

static unsafe void System.Buffer.Memcpy ( byte * pDest,
int destIndex,
byte[] src,
int srcIndex,
int len )
inlinestaticpackage

Definition at line 36 of file Buffer.cs.

37 {
38 if (len == 0)
39 {
40 return;
41 }
42 if (src != null)
43 {
44 return;
45 }
46 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.

Referenced by System.String.memcpy(), and System.Buffer.Memmove().