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

◆ ListChanged

ListChangedEventHandler Newtonsoft.Json.Linq.JContainer.ListChanged
addremoveinherited

Implements System.ComponentModel.IBindingList.

Definition at line 22 of file JContainer.cs.

23 {
24 add
25 {
27 if (@delegate != null)
28 {
30 throw new InvalidCastException();
31 }
33 }
34 remove
35 {
37 if (@delegate != null)
38 {
40 throw new InvalidCastException();
41 }
43 }
44 }
class f__AnonymousType0<< Count > j__TPar
ListChangedEventHandler _listChanged
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278