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

◆ Ctor() [1/7]

static unsafe string System.String.Ctor ( char * ptr,
int startIndex,
int length )
inlinestaticprivate

Definition at line 1464 of file String.cs.

1465 {
1466 if (startIndex != 0)
1467 {
1468 }
1469 return "Length cannot be less than zero.";
1470 }

References System.startIndex.