terraria-cpp2il
v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
NullableComparer.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
4
namespace
System.Collections.Generic
5
{
6
[global::Cpp2ILInjected.Token(Token =
"0x2000653"
)]
7
[global::System.Serializable]
8
internal
class
NullableComparer
<T> :
Comparer
<T?>
where
T :
struct
, global::System.
IComparable
<T>
9
{
10
[global::Cpp2ILInjected.Token(Token =
"0x6003175"
)]
11
public
override
int
Compare
(T? x, T? y)
12
{
13
throw
null
;
14
}
15
16
[global::Cpp2ILInjected.Token(Token =
"0x6003176"
)]
17
public
override
bool
Equals
(
object
obj
)
18
{
19
throw
null
;
20
}
21
22
[global::Cpp2ILInjected.Token(Token =
"0x6003177"
)]
23
public
override
int
GetHashCode
()
24
{
25
throw
null
;
26
}
27
28
[global::Cpp2ILInjected.Token(Token =
"0x6003178"
)]
29
public
NullableComparer
()
30
{
31
throw
null
;
32
}
33
}
34
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
System.Collections.Generic.Comparer
Definition
Comparer.cs:12
System.Collections.Generic.NullableComparer.NullableComparer
NullableComparer()
Definition
NullableComparer.cs:29
System.Collections.Generic.NullableComparer.GetHashCode
override int GetHashCode()
Definition
NullableComparer.cs:23
System.Collections.Generic.NullableComparer.Compare
override int Compare(T? x, T? y)
Definition
NullableComparer.cs:11
System.Collections.Generic.NullableComparer.Equals
override bool Equals(object obj)
Definition
NullableComparer.cs:17
System.Collections.Generic.NullableComparer
Definition
NullableComparer.cs:9
System.IComparable
Definition
IComparable.2.cs:8
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Collections.Generic
Definition
ArrayBuilder.cs:6
System.ExceptionArgument.obj
@ obj
System
Definition
__Il2CppComDelegate.cs:6
source
mscorlib
System
Collections
Generic
NullableComparer.cs
Generated by
1.10.0