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
SparselyPopulatedArrayAddInfo.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Threading
5{
6 // Token: 0x020001DA RID: 474
8 {
9 // Token: 0x06001132 RID: 4402 RVA: 0x000245F8 File Offset: 0x000227F8
15
16 // Token: 0x17000198 RID: 408
17 // (get) Token: 0x06001133 RID: 4403 RVA: 0x0000207A File Offset: 0x0000027A
19 {
20 get
21 {
22 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
23 }
24 }
25
26 // Token: 0x17000199 RID: 409
27 // (get) Token: 0x06001134 RID: 4404 RVA: 0x00024614 File Offset: 0x00022814
28 internal int Index
29 {
30 get
31 {
32 return this._index;
33 }
34 }
35
36 // Token: 0x04000945 RID: 2373
38
39 // Token: 0x04000946 RID: 2374
40 private int _index;
41 }
42}
class f__AnonymousType0<< Count > j__TPar
SparselyPopulatedArrayAddInfo(SparselyPopulatedArrayFragment< T > source, int index)