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

◆ IndexOf() [8/8]

int System.String.IndexOf ( string value,
StringComparison comparisonType )
inline

Definition at line 1305 of file String.cs.

1306 {
1307 int stringLength = this._stringLength;
1308 long num = 0L;
1309 return this.IndexOf(value, (int)num, stringLength, comparisonType);
1310 }
class f__AnonymousType0<< Count > j__TPar
int _stringLength
Definition String.cs:2139
int IndexOf(char value)
Definition String.cs:1200

References System.String._stringLength, System.comparisonType, System.String.IndexOf(), j__TPar, and System.L.