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

◆ Insert()

string System.String.Insert ( int startIndex,
string value )
inline

Definition at line 580 of file String.cs.

581 {
582 while (value == null)
583 {
584 }
585 if (this._stringLength != 0)
586 {
587 return this;
588 }
589 return this;
590 }
int _stringLength
Definition String.cs:2139

References System.String._stringLength, and System.value.