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
|
This is the complete list of members for System.Xml.XmlNodeChangedEventArgs, including all inherited members.
Action | System.Xml.XmlNodeChangedEventArgs | |
action | System.Xml.XmlNodeChangedEventArgs | private |
Empty | System.EventArgs | static |
EventArgs() | System.EventArgs | inline |
EventArgs() | System.EventArgs | inlineprivatestatic |
newParent | System.Xml.XmlNodeChangedEventArgs | private |
newValue | System.Xml.XmlNodeChangedEventArgs | private |
node | System.Xml.XmlNodeChangedEventArgs | private |
oldParent | System.Xml.XmlNodeChangedEventArgs | private |
oldValue | System.Xml.XmlNodeChangedEventArgs | private |
XmlNodeChangedEventArgs(XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action) | System.Xml.XmlNodeChangedEventArgs | inline |