terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
XmlNodeChangedEventArgs (XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action) | |
Static Public Attributes | |
static readonly EventArgs | Empty |
Properties | |
XmlNodeChangedAction | Action [get] |
Private Attributes | |
XmlNodeChangedAction | action |
XmlNode | node |
XmlNode | oldParent |
XmlNode | newParent |
string | oldValue |
string | newValue |
Definition at line 6 of file XmlNodeChangedEventArgs.cs.