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
ConsoleCancelEventArgs.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x02000127 RID: 295
8 public sealed class ConsoleCancelEventArgs : EventArgs
9 {
10 // Token: 0x06000B96 RID: 2966 RVA: 0x0001A118 File Offset: 0x00018318
12 {
13 if (!true)
14 {
15 }
16 base..ctor();
17 this._type = type;
18 }
19
20 // Token: 0x17000101 RID: 257
21 // (get) Token: 0x06000B97 RID: 2967 RVA: 0x0001A138 File Offset: 0x00018338
22 public bool Cancel
23 {
25 get
26 {
27 return this.<Cancel>k__BackingField;
28 }
29 }
30
31 // Token: 0x06000B98 RID: 2968 RVA: 0x0001A14C File Offset: 0x0001834C
33 {
34 throw new NotSupportedException();
35 }
36
37 // Token: 0x0400041C RID: 1052
39
40 // Token: 0x0400041D RID: 1053
42 private bool <Cancel>k__BackingField;
43 }
44}
class f__AnonymousType0<< Count > j__TPar
readonly ConsoleSpecialKey _type
ConsoleCancelEventArgs(ConsoleSpecialKey type)