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

◆ AfterEvent()

override void System.Xml.XmlDocument.AfterEvent ( XmlNodeChangedEventArgs args)
inlinepackagevirtual

Reimplemented from System.Xml.XmlNode.

Definition at line 904 of file XmlDocument.cs.

905 {
906 if (args == null || args.action != XmlNodeChangedAction.Insert)
907 {
908 return;
909 }
910 if (this.onNodeInsertedDelegate == null)
911 {
912 return;
913 }
914 XmlNodeChangedEventHandler xmlNodeChangedEventHandler;
915 IntPtr invoke_impl = xmlNodeChangedEventHandler.invoke_impl;
916 IntPtr method_code = xmlNodeChangedEventHandler.method_code;
917 IntPtr method = xmlNodeChangedEventHandler.method;
918 }
class f__AnonymousType0<< Count > j__TPar
XmlNodeChangedEventHandler onNodeInsertedDelegate

References System.Xml.XmlNodeChangedEventArgs.action, j__TPar, and System.Xml.XmlDocument.onNodeInsertedDelegate.