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

◆ OnPropertyChanging()

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

Definition at line 630 of file JObject.cs.

631 {
632 global::System.ComponentModel.PropertyChangingEventHandler propertyChanging = this.PropertyChanging;
633 if (propertyChanging != null)
634 {
635 IntPtr invoke_impl = propertyChanging.invoke_impl;
636 IntPtr method_code = propertyChanging.method_code;
637 IntPtr method = propertyChanging.method;
638 return;
639 }
640 }
class f__AnonymousType0<< Count > j__TPar
global::System.ComponentModel.PropertyChangingEventHandler PropertyChanging
Definition JObject.cs:71

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