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

◆ LastIndexOf() [5/6]

int System.String.LastIndexOf ( string value,
int startIndex,
int count,
StringComparison comparisonType )
inline

Definition at line 1410 of file String.cs.

1411 {
1412 int num;
1413 do
1414 {
1415 num = 1;
1416 }
1417 while (value == null);
1418 if (num != 0)
1419 {
1420 if (value._stringLength == 0)
1421 {
1422 return startIndex;
1423 }
1425 }
1426 int stringLength = value._stringLength;
1427 return startIndex;
1428 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo CurrentCulture

References System.Globalization.CultureInfo.CurrentCulture, j__TPar, System.startIndex, and System.value.