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

◆ Remove() [1/2]

string System.String.Remove ( int startIndex)
inline

Definition at line 673 of file String.cs.

674 {
675 int stringLength = this._stringLength;
676 long num = 0L;
677 return this.Substring((int)num, startIndex);
678 }
class f__AnonymousType0<< Count > j__TPar
int _stringLength
Definition String.cs:2139
string Substring(int startIndex)
Definition String.cs:887

References System.String._stringLength, j__TPar, System.L, System.startIndex, and System.String.Substring().