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

◆ IndexOfOrdinal()

int System.Globalization.CompareInfo.IndexOfOrdinal ( string source,
string value,
int startIndex,
int count,
bool ignoreCase )
inlinepackage

Definition at line 407 of file CompareInfo.cs.

408 {
409 if (!true)
410 {
411 }
412 if (!true)
413 {
414 }
415 return CompareInfo.InvariantIndexOf(source, value, startIndex, count, count != 0);
416 }

References System.count, System.Globalization.CompareInfo.InvariantIndexOf(), System.source, System.startIndex, and System.value.