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
HandledEventArgs.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200037A RID: 890
8 {
9 // Token: 0x0600175B RID: 5979 RVA: 0x00043534 File Offset: 0x00041734
11 {
12 }
13
14 // Token: 0x0600175C RID: 5980 RVA: 0x00043544 File Offset: 0x00041744
16 {
17 if (!true)
18 {
19 }
20 base..ctor();
21 this.<Handled>k__BackingField = true;
22 }
23
24 // Token: 0x1700054E RID: 1358
25 // (get) Token: 0x0600175D RID: 5981 RVA: 0x00043564 File Offset: 0x00041764
26 // (set) Token: 0x0600175E RID: 5982 RVA: 0x00043578 File Offset: 0x00041778
27 public bool Handled
28 {
30 get
31 {
32 return this.<Handled>k__BackingField;
33 }
35 set
36 {
37 }
38 }
39
40 // Token: 0x0400122B RID: 4651
42 private bool <Handled>k__BackingField;
43 }
44}
class f__AnonymousType0<< Count > j__TPar
HandledEventArgs(bool defaultHandledValue)