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
CancelEventArgs.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020003C8 RID: 968
8 {
9 // Token: 0x170005DC RID: 1500
10 // (get) Token: 0x060019BA RID: 6586 RVA: 0x00047978 File Offset: 0x00045B78
11 // (set) Token: 0x060019BB RID: 6587 RVA: 0x0004798C File Offset: 0x00045B8C
12 public bool Cancel
13 {
15 get
16 {
17 return this.<Cancel>k__BackingField;
18 }
20 set
21 {
22 }
23 }
24
25 // Token: 0x060019BC RID: 6588 RVA: 0x0004799C File Offset: 0x00045B9C
27 {
28 if (!true)
29 {
30 }
31 base..ctor();
32 }
33
34 // Token: 0x060019BD RID: 6589 RVA: 0x000479B4 File Offset: 0x00045BB4
36 {
37 if (!true)
38 {
39 }
40 base..ctor();
41 this.<Cancel>k__BackingField = true;
42 }
43
44 // Token: 0x040012DC RID: 4828
46 private bool <Cancel>k__BackingField;
47 }
48}
class f__AnonymousType0<< Count > j__TPar