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
ProgressChangedEventArgs.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003E7 RID: 999
7 {
8 // Token: 0x06001A73 RID: 6771 RVA: 0x00049390 File Offset: 0x00047590
10 {
11 if (!true)
12 {
13 }
14 base..ctor();
17 }
18
19 // Token: 0x17000615 RID: 1557
20 // (get) Token: 0x06001A74 RID: 6772 RVA: 0x000493B4 File Offset: 0x000475B4
21 [global::System.SRDescription("Percentage progress made in operation.")]
23 {
24 get
25 {
26 return this.progressPercentage;
27 }
28 }
29
30 // Token: 0x17000616 RID: 1558
31 // (get) Token: 0x06001A75 RID: 6773 RVA: 0x000493C8 File Offset: 0x000475C8
32 [global::System.SRDescription("User-supplied state to identify operation.")]
33 public object UserState
34 {
35 get
36 {
37 return this.userState;
38 }
39 }
40
41 // Token: 0x04001319 RID: 4889
43
44 // Token: 0x0400131A RID: 4890
45 private readonly object userState;
46 }
47}
class f__AnonymousType0<< Count > j__TPar
ProgressChangedEventArgs(int progressPercentage, object userState)