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
DoWorkEventArgs.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003E0 RID: 992
7 {
8 // Token: 0x06001A39 RID: 6713 RVA: 0x000488E4 File Offset: 0x00046AE4
9 public DoWorkEventArgs(object argument)
10 {
12 }
13
14 // Token: 0x17000605 RID: 1541
15 // (get) Token: 0x06001A3A RID: 6714 RVA: 0x00048900 File Offset: 0x00046B00
16 [global::System.SRDescription("Argument passed into the worker handler from BackgroundWorker.RunWorkerAsync.")]
17 public object Argument
18 {
19 get
20 {
21 return this.argument;
22 }
23 }
24
25 // Token: 0x17000606 RID: 1542
26 // (get) Token: 0x06001A3B RID: 6715 RVA: 0x00048914 File Offset: 0x00046B14
27 // (set) Token: 0x06001A3C RID: 6716 RVA: 0x00048928 File Offset: 0x00046B28
28 [global::System.SRDescription("Result from the worker function.")]
29 public object Result
30 {
31 get
32 {
33 return this.result;
34 }
35 set
36 {
38 }
39 }
40
41 // Token: 0x04001307 RID: 4871
42 private object result;
43
44 // Token: 0x04001308 RID: 4872
45 private object argument;
46 }
47}
class f__AnonymousType0<< Count > j__TPar