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.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
Cpp2IlInjected
;
4
5
// Token: 0x0200000D RID: 13
6
public
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'.
42
static
DictionaryIntArray
()
43
{
44
}
45
46
// Token: 0x04000015 RID: 21
47
private
static
List<int>
keysToDecrement
;
48
49
// Token: 0x04000016 RID: 22
50
private
Dictionary<int, int>
data
;
51
}
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:15
System.Collections.Generic.List
Definition
List.cs:13
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
System
Definition
__ComObject.cs:4
DictionaryIntArray.DecrementEntries
void DecrementEntries()
Definition
DictionaryIntArray.cs:36
DictionaryIntArray.data
Dictionary< int, int > data
Definition
DictionaryIntArray.cs:50
DictionaryIntArray.Reset
void Reset()
Definition
DictionaryIntArray.cs:25
DictionaryIntArray.keysToDecrement
static List< int > keysToDecrement
Definition
DictionaryIntArray.cs:47
DictionaryIntArray.EntryCount
int EntryCount()
Definition
DictionaryIntArray.cs:30
DictionaryIntArray.DictionaryIntArray
static DictionaryIntArray()
Definition
DictionaryIntArray.cs:42
DictionaryIntArray
Definition
DictionaryIntArray.cs:7
source
DictionaryIntArray.cs
Generated by
1.10.0