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
SparselyPopulatedArrayFragment.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Threading
5{
6 // Token: 0x020001DB RID: 475
8 {
9 // Token: 0x06001135 RID: 4405 RVA: 0x00024628 File Offset: 0x00022828
11 {
12 }
13
14 // Token: 0x06001136 RID: 4406 RVA: 0x00024638 File Offset: 0x00022838
20
21 // Token: 0x1700019A RID: 410
22 internal T this[int index]
23 {
24 get
25 {
26 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
27 }
28 }
29
30 // Token: 0x1700019B RID: 411
31 // (get) Token: 0x06001138 RID: 4408 RVA: 0x0000207A File Offset: 0x0000027A
32 internal int Length
33 {
34 get
35 {
36 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
37 }
38 }
39
40 // Token: 0x1700019C RID: 412
41 // (get) Token: 0x06001139 RID: 4409 RVA: 0x0002465C File Offset: 0x0002285C
43 {
44 get
45 {
46 return this;
47 }
48 }
49
50 // Token: 0x0600113A RID: 4410 RVA: 0x0000207A File Offset: 0x0000027A
52 {
53 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
54 }
55
56 // Token: 0x04000947 RID: 2375
57 internal readonly T[] _elements;
58
59 // Token: 0x04000948 RID: 2376
60 internal int _freeCount;
61
62 // Token: 0x04000949 RID: 2377
64
65 // Token: 0x0400094A RID: 2378
67 }
68}
class f__AnonymousType0<< Count > j__TPar
SparselyPopulatedArrayFragment(int size, SparselyPopulatedArrayFragment< T > prev)