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
DictionaryIntArray.cs
Go to the documentation of this file.
1using System;
4
5// Token: 0x0200000D RID: 13
6public struct DictionaryIntArray
7{
8 // Token: 0x17000015 RID: 21
9 public int this[int index]
10 {
11 get
12 {
13 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
14 }
15 set
16 {
17 if (value != 0)
18 {
19 return;
20 }
21 }
22 }
23
24 // Token: 0x06000043 RID: 67 RVA: 0x00002794 File Offset: 0x00000994
25 public void Reset()
26 {
27 }
28
29 // Token: 0x06000044 RID: 68 RVA: 0x000027A4 File Offset: 0x000009A4
30 public int EntryCount()
31 {
32 throw new OutOfMemoryException();
33 }
34
35 // Token: 0x06000045 RID: 69 RVA: 0x000027C4 File Offset: 0x000009C4
36 public void DecrementEntries()
37 {
38 }
39
40 // Token: 0x06000046 RID: 70 RVA: 0x000027E8 File Offset: 0x000009E8
41 // Note: this type is marked as 'beforefieldinit'.
43 {
44 }
45
46 // Token: 0x04000015 RID: 21
47 private static List<int> keysToDecrement;
48
49 // Token: 0x04000016 RID: 22
51}
Dictionary< int, int > data
static List< int > keysToDecrement