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
RefreshEventArgs.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020003B4 RID: 948
8 {
9 // Token: 0x0600194E RID: 6478 RVA: 0x00046EA8 File Offset: 0x000450A8
11 {
12 if (!true)
13 {
14 }
15 base..ctor();
18 this.TypeChanged = type;
19 }
20
21 // Token: 0x0600194F RID: 6479 RVA: 0x00046ED4 File Offset: 0x000450D4
23 {
24 if (!true)
25 {
26 }
27 base..ctor();
29 }
30
31 // Token: 0x170005CB RID: 1483
32 // (get) Token: 0x06001950 RID: 6480 RVA: 0x00046EF4 File Offset: 0x000450F4
33 public object ComponentChanged
34 {
36 get
37 {
39 }
40 }
41
42 // Token: 0x170005CC RID: 1484
43 // (get) Token: 0x06001951 RID: 6481 RVA: 0x00046F08 File Offset: 0x00045108
45 {
47 get
48 {
49 return this.<TypeChanged>k__BackingField;
50 }
51 }
52
53 // Token: 0x040012C2 RID: 4802
55 private readonly object <ComponentChanged>k__BackingField;
56
57 // Token: 0x040012C3 RID: 4803
59 private readonly Type <TypeChanged>k__BackingField;
60 }
61}
class f__AnonymousType0<< Count > j__TPar
RefreshEventArgs(object componentChanged)
readonly Type< TypeChanged > k__BackingField
readonly object< ComponentChanged > k__BackingField
new Type GetType()
Definition Type.cs:287