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.
1
using
System
;
2
3
namespace
System.Xml
4
{
5
// Token: 0x0200007A RID: 122
6
public
class
XmlNodeChangedEventArgs
:
EventArgs
7
{
8
// Token: 0x060005F6 RID: 1526 RVA: 0x00014498 File Offset: 0x00012698
9
public
XmlNodeChangedEventArgs
(
XmlNode
node
,
XmlNode
oldParent
,
XmlNode
newParent
,
string
oldValue
,
string
newValue
,
XmlNodeChangedAction
action
)
10
{
11
if
(!
true
)
12
{
13
}
14
base
..ctor();
15
this.node
=
node
;
16
this.oldParent
=
oldParent
;
17
this.action
=
action
;
18
this.newParent
=
newParent
;
19
this.oldValue
=
oldValue
;
20
this.newValue
=
newValue
;
21
}
22
23
// Token: 0x1700018C RID: 396
24
// (get) Token: 0x060005F7 RID: 1527 RVA: 0x000144DC File Offset: 0x000126DC
25
public
XmlNodeChangedAction
Action
26
{
27
get
28
{
29
return
this.
action
;
30
}
31
}
32
33
// Token: 0x040002F3 RID: 755
34
private
XmlNodeChangedAction
action
;
35
36
// Token: 0x040002F4 RID: 756
37
private
XmlNode
node
;
38
39
// Token: 0x040002F5 RID: 757
40
private
XmlNode
oldParent
;
41
42
// Token: 0x040002F6 RID: 758
43
private
XmlNode
newParent
;
44
45
// Token: 0x040002F7 RID: 759
46
private
string
oldValue
;
47
48
// Token: 0x040002F8 RID: 760
49
private
string
newValue
;
50
}
51
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Action
Definition
Action.5.cs:7
System.EventArgs
Definition
EventArgs.cs:8
System.Xml.XmlNodeChangedEventArgs.oldParent
XmlNode oldParent
Definition
XmlNodeChangedEventArgs.cs:40
System.Xml.XmlNodeChangedEventArgs.newParent
XmlNode newParent
Definition
XmlNodeChangedEventArgs.cs:43
System.Xml.XmlNodeChangedEventArgs.newValue
string newValue
Definition
XmlNodeChangedEventArgs.cs:49
System.Xml.XmlNodeChangedEventArgs.oldValue
string oldValue
Definition
XmlNodeChangedEventArgs.cs:46
System.Xml.XmlNodeChangedEventArgs.action
XmlNodeChangedAction action
Definition
XmlNodeChangedEventArgs.cs:34
System.Xml.XmlNodeChangedEventArgs.XmlNodeChangedEventArgs
XmlNodeChangedEventArgs(XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action)
Definition
XmlNodeChangedEventArgs.cs:9
System.Xml.XmlNodeChangedEventArgs.node
XmlNode node
Definition
XmlNodeChangedEventArgs.cs:37
System.Xml.XmlNodeChangedEventArgs
Definition
XmlNodeChangedEventArgs.cs:7
System.Xml.XmlNode
Definition
XmlNode.cs:15
System.Xml.XmlNodeChangedAction
XmlNodeChangedAction
Definition
XmlNodeChangedAction.cs:7
System.Xml
Definition
ElementWriter.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
XmlNodeChangedEventArgs.cs
Generated by
1.10.0