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

◆ PropertyChanging

System ComponentModel global.PropertyChangingEventHandler Newtonsoft.Json.Linq.JObject.PropertyChanging
addremove

Definition at line 70 of file JObject.cs.

71 {
73 add
74 {
75 if (Delegate.Combine(this.PropertyChanging, value) != null)
76 {
77 }
78 }
80 remove
81 {
82 if (Delegate.Remove(this.PropertyChanging, value) != null)
83 {
84 }
85 }
86 }
class f__AnonymousType0<< Count > j__TPar
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278

Referenced by Newtonsoft.Json.Linq.JObject.OnPropertyChanging().