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
KeyValuePair.2.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000639 RID: 1593
8 public readonly struct KeyValuePair<TKey, TValue>
9 {
10 // Token: 0x0600309F RID: 12447 RVA: 0x0006A78C File Offset: 0x0006898C
11 public KeyValuePair(TKey key, TValue value)
12 {
13 this.key = key;
15 }
16
17 // Token: 0x170007D4 RID: 2004
18 // (get) Token: 0x060030A0 RID: 12448 RVA: 0x0006A7A8 File Offset: 0x000689A8
19 public TKey Key
20 {
21 get
22 {
23 TKey tkey = this.key;
24 TValue tvalue = this.value;
25 return tkey;
26 }
27 }
28
29 // Token: 0x170007D5 RID: 2005
30 // (get) Token: 0x060030A1 RID: 12449 RVA: 0x0000207A File Offset: 0x0000027A
31 public TValue Value
32 {
33 get
34 {
35 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
36 }
37 }
38
39 // Token: 0x060030A2 RID: 12450 RVA: 0x0006A7C4 File Offset: 0x000689C4
40 public override string ToString()
41 {
42 TKey tkey = this.key;
43 TValue tvalue = this.value;
44 TValue tvalue2 = this.value;
45 string text;
46 return text;
47 }
48
49 // Token: 0x04001A6D RID: 6765
50 private readonly TKey key;
51
52 // Token: 0x04001A6E RID: 6766
53 private readonly TValue value;
54 }
55}
class f__AnonymousType0<< Count > j__TPar