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

◆ OnPropertyChanged()

virtual void Newtonsoft.Json.Linq.JObject.OnPropertyChanged ( string propertyName)
inlineprotectedvirtual

Definition at line 617 of file JObject.cs.

618 {
620 if (propertyChanged != null)
621 {
622 IntPtr invoke_impl = propertyChanged.invoke_impl;
623 IntPtr method_code = propertyChanged.method_code;
624 IntPtr method = propertyChanged.method;
625 return;
626 }
627 }
class f__AnonymousType0<< Count > j__TPar
PropertyChangedEventHandler PropertyChanged
Definition JObject.cs:50

References j__TPar, and Newtonsoft.Json.Linq.JObject.PropertyChanged.