terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Globalization.ISimpleCollator Interface Reference
+ Collaboration diagram for System.Globalization.ISimpleCollator:

Public Member Functions

SortKey GetSortKey (string source, CompareOptions options)
 
int Compare (string s1, int idx1, int len1, string s2, int idx2, int len2, CompareOptions options)
 
bool IsPrefix (string src, string target, CompareOptions opt)
 
bool IsSuffix (string src, string target, CompareOptions opt)
 
int IndexOf (string s, string target, int start, int length, CompareOptions opt)
 
int LastIndexOf (string s, string target, int start, int length, CompareOptions opt)
 

Detailed Description

Definition at line 7 of file ISimpleCollator.cs.


The documentation for this interface was generated from the following file: