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
IDictionaryEnumerator.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Collections
4{
5 // Token: 0x020005E6 RID: 1510
7 {
8 // Token: 0x170006FE RID: 1790
9 // (get) Token: 0x06002DB3 RID: 11699
10 object Key { get; }
11
12 // Token: 0x170006FF RID: 1791
13 // (get) Token: 0x06002DB4 RID: 11700
14 object Value { get; }
15
16 // Token: 0x17000700 RID: 1792
17 // (get) Token: 0x06002DB5 RID: 11701
19 }
20}