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() [4/7]

static string System.String.Ctor ( char[] value,
int startIndex,
int length )
inlinestaticprivate

Definition at line 1448 of file String.cs.

1449 {
1450 if (startIndex != 0)
1451 {
1452 }
1453 return "StartIndex cannot be less than zero.";
1454 }

References System.startIndex.