Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CopyBlock() [1/2]

static void System.Runtime.CompilerServices.Unsafe.CopyBlock ( ref byte destination,
ref byte source,
uint byteCount )
inlinestatic

Definition at line 93 of file Unsafe.cs.

94 {
95 // IL cpblk instruction
96 Unsafe.CopyBlock(ref destination, ref source, byteCount);
97 }

References System.byteCount, System.Runtime.CompilerServices.Unsafe.CopyBlock(), System.destination, and System.source.