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
Comparer.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x02000211 RID: 529
7 internal class Comparer : IComparer
8 {
9 // Token: 0x06000D11 RID: 3345 RVA: 0x00029BC0 File Offset: 0x00027DC0
10 int IComparer.Compare(object ol, object or)
11 {
12 if (ol != null)
13 {
14 }
15 if (or != null)
16 {
17 }
18 int num;
19 int num2;
20 if (num != 0 || num2 != 0)
21 {
22 return num2;
23 }
24 int num3;
25 return num3;
26 }
27
28 // Token: 0x06000D12 RID: 3346 RVA: 0x00029BE8 File Offset: 0x00027DE8
29 public Comparer()
30 {
31 }
32 }
33}
class f__AnonymousType0<< Count > j__TPar
int Compare(object x, object y)