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

◆ BeforeEvent()

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

Reimplemented from System.Xml.XmlNode.

Definition at line 887 of file XmlDocument.cs.

888 {
889 if (args == null || args.action != XmlNodeChangedAction.Insert)
890 {
891 return;
892 }
893 if (this.onNodeInsertingDelegate == null)
894 {
895 return;
896 }
897 XmlNodeChangedEventHandler xmlNodeChangedEventHandler;
898 IntPtr invoke_impl = xmlNodeChangedEventHandler.invoke_impl;
899 IntPtr method_code = xmlNodeChangedEventHandler.method_code;
900 IntPtr method = xmlNodeChangedEventHandler.method;
901 }
class f__AnonymousType0<< Count > j__TPar
XmlNodeChangedEventHandler onNodeInsertingDelegate

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