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
|
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) |
Definition at line 7 of file ISimpleCollator.cs.