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
PropertyChangingEventArgs.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003D2 RID: 978
6 public class PropertyChangingEventArgs : EventArgs
7 {
8 // Token: 0x060019D4 RID: 6612 RVA: 0x00047AD0 File Offset: 0x00045CD0
10 {
11 if (!true)
12 {
13 }
14 base..ctor();
16 }
17
18 // Token: 0x170005E1 RID: 1505
19 // (get) Token: 0x060019D5 RID: 6613 RVA: 0x00047AF0 File Offset: 0x00045CF0
20 public virtual string PropertyName
21 {
22 get
23 {
24 return this._propertyName;
25 }
26 }
27
28 // Token: 0x040012DF RID: 4831
29 private readonly string _propertyName;
30 }
31}
class f__AnonymousType0<< Count > j__TPar