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

◆ AddingNew

global.System.ComponentModel.AddingNewEventHandler Newtonsoft.Json.Linq.JContainer.AddingNew
addremoveinherited

Definition at line 49 of file JContainer.cs.

50 {
51 add
52 {
54 if (@delegate != null)
55 {
57 throw new InvalidCastException();
58 }
60 }
61 remove
62 {
64 if (@delegate != null)
65 {
67 throw new InvalidCastException();
68 }
70 }
71 }
class f__AnonymousType0<< Count > j__TPar
global::System.ComponentModel.AddingNewEventHandler _addingNew
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278