Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
InternalCopy()
static unsafe
void
System.String.InternalCopy
(
string
src
,
IntPtr
dest
,
int
len
)
inline
static
package
Definition at line
93
of file
String.cs
.
94
{
95
if
(
len
!= 0)
96
{
97
Buffer
.Memmove(
ref
*(
byte
*)(
void
*)
dest
,
ref
Unsafe
.As<
char
,
byte
>(
ref
src
.GetRawStringData()), (nuint)
len
);
98
}
99
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Data.SqlTypes.SqlBytesCharsState.Buffer
@ Buffer
System.ExceptionArgument.len
@ len
References
System.len
, and
System.Buffer.Memmove()
.
System
String
Generated by
1.10.0