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

◆ InternalCopy()

unsafe void System.Text.StringBuilder.InternalCopy ( IntPtr dest,
int charLen )
inlinepackage

Definition at line 524 of file StringBuilder.cs.

525 {
526 CopyTo(0, new Span<char>((void*)dest, charLen), charLen);
527 }
void CopyTo(int sourceIndex, char[] destination, int destinationIndex, int count)

References System.Text.StringBuilder.CopyTo().

Referenced by System.StubHelpers.AsAnyMarshaler.ConvertStringBuilderToNative().