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

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

Definition at line 383 of file CompareInfo.cs.

384 {
385 while (source != null)
386 {
387 if (value != null)
388 {
389 if (source._stringLength != 0)
390 {
391 }
392 int stringLength = value._stringLength;
393 if (16384 == 0)
394 {
395 }
396 if (!true)
397 {
398 }
399 int num;
400 return num;
401 }
402 }
403 return "source";
404 }
class f__AnonymousType0<< Count > j__TPar

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