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

◆ PropertyChanged

PropertyChangedEventHandler Newtonsoft.Json.Linq.JObject.PropertyChanged
addremove

Implements System.ComponentModel.INotifyPropertyChanged.

Definition at line 49 of file JObject.cs.

50 {
52 add
53 {
54 if (Delegate.Combine(this.PropertyChanged, value) != null)
55 {
56 }
57 }
59 remove
60 {
61 if (Delegate.Remove(this.PropertyChanged, value) != null)
62 {
63 }
64 }
65 }
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.OnPropertyChanged().