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
XmlNodeChangedEventArgs.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml
4{
5 // Token: 0x0200007A RID: 122
7 {
8 // Token: 0x060005F6 RID: 1526 RVA: 0x00014498 File Offset: 0x00012698
22
23 // Token: 0x1700018C RID: 396
24 // (get) Token: 0x060005F7 RID: 1527 RVA: 0x000144DC File Offset: 0x000126DC
26 {
27 get
28 {
29 return this.action;
30 }
31 }
32
33 // Token: 0x040002F3 RID: 755
35
36 // Token: 0x040002F4 RID: 756
37 private XmlNode node;
38
39 // Token: 0x040002F5 RID: 757
41
42 // Token: 0x040002F6 RID: 758
44
45 // Token: 0x040002F7 RID: 759
46 private string oldValue;
47
48 // Token: 0x040002F8 RID: 760
49 private string newValue;
50 }
51}
class f__AnonymousType0<< Count > j__TPar
XmlNodeChangedEventArgs(XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action)