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()

virtual int System.Globalization.CompareInfo.LastIndexOf ( string source,
string value,
int startIndex,
int count,
CompareOptions options )
inlinevirtual

Definition at line 419 of file CompareInfo.cs.

420 {
421 while (source != null)
422 {
423 if (value != null)
424 {
425 if (source._stringLength == 0)
426 {
427 int stringLength = value._stringLength;
428 return 43155456;
429 }
430 if (value._stringLength == 0)
431 {
432 return 43155456;
433 }
434 int num;
435 return num;
436 }
437 }
438 return "source";
439 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.source, and System.value.