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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Collections.Generic
5
{
6
// Token: 0x02000639 RID: 1593
7
[
Serializable
]
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
;
14
this.value
=
value
;
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.ExceptionArgument.text
@ text
System
Definition
__ComObject.cs:4
System.Collections.Generic.KeyValuePair.value
readonly TValue value
Definition
KeyValuePair.2.cs:53
System.Collections.Generic.KeyValuePair.key
readonly TKey key
Definition
KeyValuePair.2.cs:50
System.Collections.Generic.KeyValuePair.ToString
override string ToString()
Definition
KeyValuePair.2.cs:40
System.Collections.Generic.KeyValuePair.Value
TValue Value
Definition
KeyValuePair.2.cs:32
System.Collections.Generic.KeyValuePair.Key
TKey Key
Definition
KeyValuePair.2.cs:20
System.Collections.Generic.KeyValuePair.KeyValuePair
KeyValuePair(TKey key, TValue value)
Definition
KeyValuePair.2.cs:11
System.Collections.Generic.KeyValuePair
Definition
KeyValuePair.2.cs:9
source
mscorlib
System
Collections
Generic
KeyValuePair.2.cs
Generated by
1.10.0