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
Tuple.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x0200010C RID: 268
7 public static class Tuple
8 {
9 // Token: 0x060009E1 RID: 2529 RVA: 0x0000207A File Offset: 0x0000027A
11 {
12 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
13 }
14
15 // Token: 0x060009E2 RID: 2530 RVA: 0x0000207A File Offset: 0x0000027A
17 {
18 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
19 }
20
21 // Token: 0x060009E3 RID: 2531 RVA: 0x0000207A File Offset: 0x0000027A
22 internal static int CombineHashCodes(int h1, int h2)
23 {
24 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
25 }
26
27 // Token: 0x060009E4 RID: 2532 RVA: 0x0000207A File Offset: 0x0000027A
28 internal static int CombineHashCodes(int h1, int h2, int h3)
29 {
30 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
31 }
32
33 // Token: 0x060009E5 RID: 2533 RVA: 0x0000207A File Offset: 0x0000027A
34 internal static int CombineHashCodes(int h1, int h2, int h3, int h4)
35 {
36 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
37 }
38 }
39}
class f__AnonymousType0<< Count > j__TPar
static Tuple< T1, T2, T3 > Create< T1, T2, T3 >(T1 item1, T2 item2, T3 item3)
Definition Tuple.cs:16
static int CombineHashCodes(int h1, int h2, int h3)
Definition Tuple.cs:28
static int CombineHashCodes(int h1, int h2, int h3, int h4)
Definition Tuple.cs:34
static Tuple< T1, T2 > Create< T1, T2 >(T1 item1, T2 item2)
Definition Tuple.cs:10
static int CombineHashCodes(int h1, int h2)
Definition Tuple.cs:22