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

◆ IsPrefix() [3/3]

bool Mono.Globalization.Unicode.SimpleCollator.IsPrefix ( string src,
string target,
CompareOptions opt )
inline

Implements System.Globalization.ISimpleCollator.

Definition at line 408 of file SimpleCollator.cs.

409 {
410 int stringLength = src._stringLength;
411 long num = 0L;
412 return this.IsPrefix(src, target, (int)num, stringLength, opt);
413 }
class f__AnonymousType0<< Count > j__TPar
bool IsPrefix(string src, string target, CompareOptions opt)

References Mono.Globalization.Unicode.SimpleCollator.IsPrefix(), j__TPar, and System.L.

Referenced by Mono.Globalization.Unicode.SimpleCollator.IsPrefix().