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

◆ CompareOrdinalHelper() [2/2]

static int System.String.CompareOrdinalHelper ( string strA,
string strB )
inlinestaticprivate

Definition at line 33 of file String.cs.

34 {
35 int num = 1;
36 int stringLength = strA._stringLength;
37 if (num == 0)
38 {
39 }
40 int num2 = Math.Min(0, stringLength);
41 int stringLength2 = strA._stringLength;
42 return num2;
43 }
class f__AnonymousType0<< Count > j__TPar
static byte Min(byte val1, byte val2)
Definition Math.cs:152

References j__TPar, and System.Math.Min().