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

◆ internal_index_switch()

int System.Globalization.CompareInfo.internal_index_switch ( string s1,
int sindex,
int count,
string s2,
CompareOptions opt,
bool first )
inlineprivate

Definition at line 636 of file CompareInfo.cs.

637 {
638 return s1.IndexOfUnchecked(s2, sindex, count);
639 }
class f__AnonymousType0<< Count > j__TPar

References System.count, and j__TPar.

Referenced by System.Globalization.CompareInfo.LastIndexOfCore().