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.
1
using
System
;
2
3
namespace
System.Collections.Generic
4
{
5
// Token: 0x02000653 RID: 1619
6
[
Serializable
]
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
28
public
NullableComparer
()
29
{
30
}
31
}
32
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.Generic.Comparer
Definition
Comparer.cs:11
System.Collections.Generic.NullableComparer.NullableComparer
NullableComparer()
Definition
NullableComparer.cs:28
System.Collections.Generic.NullableComparer.GetHashCode
override int GetHashCode()
Definition
NullableComparer.cs:22
System.Collections.Generic.NullableComparer.Compare
override int Compare(T? x, T? y)
Definition
NullableComparer.cs:10
System.Collections.Generic.NullableComparer.Equals
override bool Equals(object obj)
Definition
NullableComparer.cs:16
System.Collections.Generic.NullableComparer
Definition
NullableComparer.cs:8
System.IComparable
Definition
IComparable.2.cs:7
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.ExceptionArgument.obj
@ obj
System
Definition
__ComObject.cs:4
source
mscorlib
System
Collections
Generic
NullableComparer.cs
Generated by
1.10.0