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

◆ Compare()

int System.Net.CaseInsensitiveAscii.Compare ( object firstObject,
object secondObject )
inline

Implements System.Collections.IComparer.

Definition at line 19 of file CaseInsensitiveAscii.cs.

20 {
21 for (;;)
22 {
23 if (firstObject != null)
24 {
25 }
26 if (secondObject != null)
27 {
28 }
29 if (firstObject != null && secondObject != null)
30 {
31 return;
32 }
33 }
34 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.