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

string System.String.Remove ( int startIndex,
int count )
inline

Definition at line 663 of file String.cs.

664 {
665 int stringLength = this._stringLength;
666 if (count != 0)
667 {
668 }
669 return "StartIndex cannot be less than zero.";
670 }
class f__AnonymousType0<< Count > j__TPar
int _stringLength
Definition String.cs:2139

References System.String._stringLength, and j__TPar.