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
CancellationCallbackCoreWorkArguments.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Threading
4
{
5
// Token: 0x020001D6 RID: 470
6
internal
struct
CancellationCallbackCoreWorkArguments
7
{
8
// Token: 0x0600112A RID: 4394 RVA: 0x000244EC File Offset: 0x000226EC
9
public
CancellationCallbackCoreWorkArguments
(
SparselyPopulatedArrayFragment<CancellationCallbackInfo>
currArrayFragment
,
int
currArrayIndex
)
10
{
11
this._currArrayFragment
=
currArrayFragment
;
12
this._currArrayIndex
=
currArrayIndex
;
13
}
14
15
// Token: 0x0400093B RID: 2363
16
internal
SparselyPopulatedArrayFragment<CancellationCallbackInfo>
_currArrayFragment
;
17
18
// Token: 0x0400093C RID: 2364
19
internal
int
_currArrayIndex
;
20
}
21
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Threading.SparselyPopulatedArrayFragment
Definition
SparselyPopulatedArrayFragment.cs:8
System.Threading
Definition
_ThreadPoolWaitCallback.cs:4
System
Definition
__ComObject.cs:4
System.Threading.CancellationCallbackCoreWorkArguments._currArrayFragment
SparselyPopulatedArrayFragment< CancellationCallbackInfo > _currArrayFragment
Definition
CancellationCallbackCoreWorkArguments.cs:16
System.Threading.CancellationCallbackCoreWorkArguments._currArrayIndex
int _currArrayIndex
Definition
CancellationCallbackCoreWorkArguments.cs:19
System.Threading.CancellationCallbackCoreWorkArguments.CancellationCallbackCoreWorkArguments
CancellationCallbackCoreWorkArguments(SparselyPopulatedArrayFragment< CancellationCallbackInfo > currArrayFragment, int currArrayIndex)
Definition
CancellationCallbackCoreWorkArguments.cs:9
System.Threading.CancellationCallbackCoreWorkArguments
Definition
CancellationCallbackCoreWorkArguments.cs:7
source
mscorlib
System
Threading
CancellationCallbackCoreWorkArguments.cs
Generated by
1.10.0