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

◆ OnListChanged()

virtual void Newtonsoft.Json.Linq.JContainer.OnListChanged ( ListChangedEventArgs e)
inlineprotectedvirtualinherited

Definition at line 141 of file JContainer.cs.

142 {
144 if (listChanged != null)
145 {
146 this._busy = true;
147 IntPtr method_code = listChanged.method_code;
148 IntPtr invoke_impl = listChanged.invoke_impl;
149 IntPtr method = listChanged.method;
150 }
151 }
class f__AnonymousType0<< Count > j__TPar
ListChangedEventHandler _listChanged

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