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

◆ OnAddingNew()

virtual void Newtonsoft.Json.Linq.JContainer.OnAddingNew ( global::System::ComponentModel::AddingNewEventArgs e)
inlineprotectedvirtualinherited

Definition at line 128 of file JContainer.cs.

129 {
130 global::System.ComponentModel.AddingNewEventHandler addingNew = this._addingNew;
131 if (addingNew != null)
132 {
133 IntPtr invoke_impl = addingNew.invoke_impl;
134 IntPtr method_code = addingNew.method_code;
135 IntPtr method = addingNew.method;
136 return;
137 }
138 }
class f__AnonymousType0<< Count > j__TPar
global::System.ComponentModel.AddingNewEventHandler _addingNew

References Newtonsoft.Json.Linq.JContainer._addingNew, and j__TPar.