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

◆ FastGetHashCode()

int System.Net.CaseInsensitiveAscii.FastGetHashCode ( string myString)
inlineprivate

Definition at line 37 of file CaseInsensitiveAscii.cs.

38 {
39 int num = 1;
40 if (myString._stringLength != 0)
41 {
42 if (num == 0)
43 {
44 }
45 long num2 = 0L;
46 char c = myString[(int)num2];
47 char c2 = myString[(int)num2];
48 return;
49 }
50 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.L.