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
AsyncLocalValueChangedArgs.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Threading
5{
6 // Token: 0x020001B8 RID: 440
8 {
9 // Token: 0x17000186 RID: 390
10 // (get) Token: 0x060010AC RID: 4268 RVA: 0x000235C8 File Offset: 0x000217C8
11 public T CurrentValue
12 {
14 get
15 {
16 return this.<CurrentValue>k__BackingField;
17 }
18 }
19
20 // Token: 0x060010AD RID: 4269 RVA: 0x000235DC File Offset: 0x000217DC
26
27 // Token: 0x040008FD RID: 2301
29 private readonly T <PreviousValue>k__BackingField;
30
31 // Token: 0x040008FE RID: 2302
33 private readonly T <CurrentValue>k__BackingField;
34
35 // Token: 0x040008FF RID: 2303
37 private readonly bool <ThreadContextChanged>k__BackingField;
38 }
39}
class f__AnonymousType0<< Count > j__TPar
AsyncLocalValueChangedArgs(T previousValue, T currentValue, bool contextChanged)
readonly bool< ThreadContextChanged > k__BackingField