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.
1using System;
3
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")]
30 {
31 throw null;
32 }
33 }
34}
class f__AnonymousType0<< Count > j__TPar