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
NullableComparer.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000653 RID: 1619
7 internal class NullableComparer<T> : Comparer<T?> where T : struct, IComparable<T>
8 {
9 // Token: 0x06003175 RID: 12661 RVA: 0x0006B550 File Offset: 0x00069750
10 public override int Compare(T? x, T? y)
11 {
12 return 0;
13 }
14
15 // Token: 0x06003176 RID: 12662 RVA: 0x0006B568 File Offset: 0x00069768
16 public override bool Equals(object obj)
17 {
18 return default(bool);
19 }
20
21 // Token: 0x06003177 RID: 12663 RVA: 0x0006B580 File Offset: 0x00069780
22 public override int GetHashCode()
23 {
24 return 0;
25 }
26
27 // Token: 0x06003178 RID: 12664 RVA: 0x0001B05E File Offset: 0x0001925E
29 {
30 }
31 }
32}
class f__AnonymousType0<< Count > j__TPar