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