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

◆ LastIndexOfAny() [3/3]

int System.String.LastIndexOfAny ( char[] anyOf,
int startIndex,
int count )
inline

Definition at line 1375 of file String.cs.

1376 {
1377 while (anyOf == null)
1378 {
1379 }
1380 if (this._stringLength != 0)
1381 {
1382 return this.LastIndexOfCharArray(anyOf, startIndex, count);
1383 }
1384 int num;
1385 return num;
1386 }
class f__AnonymousType0<< Count > j__TPar
int _stringLength
Definition String.cs:2139
int LastIndexOfCharArray(char[] anyOf, int startIndex, int count)
Definition String.cs:1389

References System.String._stringLength, System.count, j__TPar, System.String.LastIndexOfCharArray(), and System.startIndex.