Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Memcpy()
[1/2]
static unsafe void System.Buffer.Memcpy
(
byte *
dest
,
byte *
src
,
int
len
)
inline
static
package
Definition at line
79
of file
Buffer.cs
.
80
{
81
Memmove
(ref *dest, ref *src, (uint)
len
);
82
}
System.Buffer.Memmove
static void Memmove(ref byte dest, ref byte src, nuint len)
Definition
Buffer.cs:215
System.ExceptionArgument.len
@ len
References
System.len
, and
System.Buffer.Memmove()
.
System
Buffer
Generated by
1.10.0