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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Threading
5
{
6
// Token: 0x020001DA RID: 474
7
internal
struct
SparselyPopulatedArrayAddInfo
<T>
where
T :
class
8
{
9
// Token: 0x06001132 RID: 4402 RVA: 0x000245F8 File Offset: 0x000227F8
10
internal
SparselyPopulatedArrayAddInfo
(
SparselyPopulatedArrayFragment<T>
source
,
int
index
)
11
{
12
this._source
=
source
;
13
this._index
=
index
;
14
}
15
16
// Token: 0x17000198 RID: 408
17
// (get) Token: 0x06001133 RID: 4403 RVA: 0x0000207A File Offset: 0x0000027A
18
internal
SparselyPopulatedArrayFragment<T>
Source
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
37
private
SparselyPopulatedArrayFragment<T>
_source
;
38
39
// Token: 0x04000946 RID: 2374
40
private
int
_index
;
41
}
42
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Threading.SparselyPopulatedArrayFragment
Definition
SparselyPopulatedArrayFragment.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Threading
Definition
_ThreadPoolWaitCallback.cs:4
System.ExceptionArgument.source
@ source
System.ExceptionArgument.index
@ index
System
Definition
__ComObject.cs:4
System.Threading.SparselyPopulatedArrayAddInfo.SparselyPopulatedArrayAddInfo
SparselyPopulatedArrayAddInfo(SparselyPopulatedArrayFragment< T > source, int index)
Definition
SparselyPopulatedArrayAddInfo.cs:10
System.Threading.SparselyPopulatedArrayAddInfo.Source
SparselyPopulatedArrayFragment< T > Source
Definition
SparselyPopulatedArrayAddInfo.cs:19
System.Threading.SparselyPopulatedArrayAddInfo.Index
int Index
Definition
SparselyPopulatedArrayAddInfo.cs:29
System.Threading.SparselyPopulatedArrayAddInfo._index
int _index
Definition
SparselyPopulatedArrayAddInfo.cs:40
System.Threading.SparselyPopulatedArrayAddInfo._source
SparselyPopulatedArrayFragment< T > _source
Definition
SparselyPopulatedArrayAddInfo.cs:37
System.Threading.SparselyPopulatedArrayAddInfo
Definition
SparselyPopulatedArrayAddInfo.cs:8
source
mscorlib
System
Threading
SparselyPopulatedArrayAddInfo.cs
Generated by
1.10.0