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

◆ CopyBlockUnaligned() [1/2]

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

Definition at line 109 of file Unsafe.cs.

110 {
111 // IL cpblk instruction
112 Unsafe.CopyBlockUnaligned(ref destination, ref source, byteCount);
113 }

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