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
ValueTuple.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 // Token: 0x0200011B RID: 283
11 {
12 // Token: 0x06000B0C RID: 2828 RVA: 0x000189A4 File Offset: 0x00016BA4
13 public override bool Equals(object obj)
14 {
15 }
16
17 // Token: 0x06000B0D RID: 2829 RVA: 0x000189B4 File Offset: 0x00016BB4
18 public bool Equals(ValueTuple other)
19 {
20 return true;
21 }
22
23 // Token: 0x06000B0E RID: 2830 RVA: 0x000189C4 File Offset: 0x00016BC4
25 {
26 if (other != null)
27 {
28 return;
29 }
30 }
31
32 // Token: 0x06000B0F RID: 2831 RVA: 0x000189D8 File Offset: 0x00016BD8
34 {
35 if (other != null)
36 {
37 }
38 return 1;
39 }
40
41 // Token: 0x06000B10 RID: 2832 RVA: 0x000189EC File Offset: 0x00016BEC
43 {
44 }
45
46 // Token: 0x06000B11 RID: 2833 RVA: 0x000189FC File Offset: 0x00016BFC
48 {
49 if (other != null)
50 {
51 }
52 return 1;
53 }
54
55 // Token: 0x06000B12 RID: 2834 RVA: 0x00018A10 File Offset: 0x00016C10
56 public override int GetHashCode()
57 {
58 }
59
60 // Token: 0x06000B13 RID: 2835 RVA: 0x00018A20 File Offset: 0x00016C20
64
65 // Token: 0x06000B14 RID: 2836 RVA: 0x00018A30 File Offset: 0x00016C30
69
70 // Token: 0x06000B15 RID: 2837 RVA: 0x00018A40 File Offset: 0x00016C40
71 public override string ToString()
72 {
73 return "()";
74 }
75
76 // Token: 0x06000B16 RID: 2838 RVA: 0x00018A54 File Offset: 0x00016C54
78 {
79 return ")";
80 }
81
82 // Token: 0x170000F4 RID: 244
83 // (get) Token: 0x06000B17 RID: 2839 RVA: 0x00018A68 File Offset: 0x00016C68
85 {
86 get
87 {
88 }
89 }
90
91 // Token: 0x06000B18 RID: 2840 RVA: 0x00018A78 File Offset: 0x00016C78
92 internal static int CombineHashCodes(int h1, int h2)
93 {
94 if (!true)
95 {
96 }
97 return global::System.Numerics.Hashing.HashHelpers.Combine(global::System.Numerics.Hashing.HashHelpers.Combine(1, h1), h1);
98 }
99
100 // Token: 0x06000B19 RID: 2841 RVA: 0x00018A98 File Offset: 0x00016C98
101 internal static int CombineHashCodes(int h1, int h2, int h3)
102 {
103 return global::System.Numerics.Hashing.HashHelpers.Combine(ValueTuple.CombineHashCodes(-1073741824, h1), h2);
104 }
105
106 // Token: 0x06000B1A RID: 2842 RVA: 0x00018AB8 File Offset: 0x00016CB8
107 internal static int CombineHashCodes(int h1, int h2, int h3, int h4)
108 {
109 return global::System.Numerics.Hashing.HashHelpers.Combine(ValueTuple.CombineHashCodes(-1073741824, h1, h2), h3);
110 }
111
112 // Token: 0x06000B1B RID: 2843 RVA: 0x00018AD8 File Offset: 0x00016CD8
113 internal static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5)
114 {
115 return global::System.Numerics.Hashing.HashHelpers.Combine(ValueTuple.CombineHashCodes(-1073741824, h1, h2, h3), h1);
116 }
117
118 // Token: 0x06000B1C RID: 2844 RVA: 0x00018AF8 File Offset: 0x00016CF8
119 internal static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6)
120 {
121 return global::System.Numerics.Hashing.HashHelpers.Combine(ValueTuple.CombineHashCodes(-1073741824, h1, h2, h3, h4), h5);
122 }
123
124 // Token: 0x06000B1D RID: 2845 RVA: 0x00018B1C File Offset: 0x00016D1C
125 internal static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6, int h7)
126 {
127 return global::System.Numerics.Hashing.HashHelpers.Combine(ValueTuple.CombineHashCodes(-1073741824, h1, h2, h3, h4, h5), h6);
128 }
129
130 // Token: 0x06000B1E RID: 2846 RVA: 0x00018B40 File Offset: 0x00016D40
131 internal static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6, int h7, int h8)
132 {
133 return global::System.Numerics.Hashing.HashHelpers.Combine(ValueTuple.CombineHashCodes(-1073741824, h1, h2, h3, h4, h5, h6), h7);
134 }
135 }
136}
class f__AnonymousType0<< Count > j__TPar
int CompareTo(object other, IComparer comparer)
int GetHashCode(IEqualityComparer comparer)
bool Equals(object other, IEqualityComparer comparer)
int CompareTo(T other)
int GetHashCode(IEqualityComparer comparer)
static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6)
static int CombineHashCodes(int h1, int h2)
Definition ValueTuple.cs:92
static int CombineHashCodes(int h1, int h2, int h3, int h4)
static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6, int h7)
override int GetHashCode()
Definition ValueTuple.cs:56
static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6, int h7, int h8)
bool Equals(ValueTuple other)
Definition ValueTuple.cs:18
override bool Equals(object obj)
Definition ValueTuple.cs:13
static int CombineHashCodes(int h1, int h2, int h3)
override string ToString()
Definition ValueTuple.cs:71
static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5)
int CompareTo(ValueTuple other)
Definition ValueTuple.cs:42