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
IDictionaryEnumerator.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
4
namespace
System.Collections
5
{
6
[global::Cpp2ILInjected.Token(Token =
"0x20005E6"
)]
7
public
interface
IDictionaryEnumerator
:
IEnumerator
8
{
9
[global::Cpp2ILInjected.Token(Token =
"0x170006FE"
)]
10
object
Key
11
{
12
[global::Cpp2ILInjected.Token(Token =
"0x6002DB3"
)]
13
get
;
14
}
15
16
[global::Cpp2ILInjected.Token(Token =
"0x170006FF"
)]
17
object
Value
18
{
19
[global::Cpp2ILInjected.Token(Token =
"0x6002DB4"
)]
20
get
;
21
}
22
23
[global::Cpp2ILInjected.Token(Token =
"0x17000700"
)]
24
DictionaryEntry
Entry
25
{
26
[global::Cpp2ILInjected.Token(Token =
"0x6002DB5"
)]
27
get
;
28
}
29
}
30
}
System.Collections.IDictionaryEnumerator.Value
object Value
Definition
IDictionaryEnumerator.cs:18
System.Collections.IDictionaryEnumerator.Entry
DictionaryEntry Entry
Definition
IDictionaryEnumerator.cs:25
System.Collections.IDictionaryEnumerator.Key
object Key
Definition
IDictionaryEnumerator.cs:11
System.Collections.IDictionaryEnumerator
Definition
IDictionaryEnumerator.cs:8
System.Collections.IEnumerator
Definition
IEnumerator.cs:8
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Collections
Definition
ArrayList.cs:19
System
Definition
__Il2CppComDelegate.cs:6
System.Collections.DictionaryEntry
Definition
DictionaryEntry.cs:13
source
mscorlib
System
Collections
IDictionaryEnumerator.cs
Generated by
1.10.0