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
NullableEqualityComparer.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000657")]
7 [global::System.Serializable]
8 internal class NullableEqualityComparer<T> : EqualityComparer<T?> where T : struct, global::System.IEquatable<T>
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600318D")]
11 public override bool Equals(T? x, T? y)
12 {
13 throw null;
14 }
15
16 [global::Cpp2ILInjected.Token(Token = "0x600318E")]
17 public override int GetHashCode(T? obj)
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x600318F")]
23 internal override int IndexOf(T?[] array, T? value, int startIndex, int count)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6003190")]
29 internal override int LastIndexOf(T?[] array, T? value, int startIndex, int count)
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6003191")]
35 public override bool Equals(object obj)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x6003192")]
41 public override int GetHashCode()
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x6003193")]
48 {
49 throw null;
50 }
51 }
52}
class f__AnonymousType0<< Count > j__TPar
override int IndexOf(T?[] array, T? value, int startIndex, int count)
override int LastIndexOf(T?[] array, T? value, int startIndex, int count)