terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ CopyTo()

void System.String.CopyTo ( int sourceIndex,
char[] destination,
int destinationIndex,
int count )
inline

Definition at line 1628 of file String.cs.

1629 {
1630 if (destination != null)
1631 {
1632 int stringLength = this._stringLength;
1633 return;
1634 }
1635 }
class f__AnonymousType0<< Count > j__TPar
int _stringLength
Definition String.cs:2139

References System.String._stringLength, System.destination, and j__TPar.