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

◆ Error

virtual EventHandler<ErrorEventArgs> Newtonsoft.Json.JsonSerializer.Error
addremove

Definition at line 24 of file JsonSerializer.cs.

25 {
27 add
28 {
30 if (@delegate != null && @delegate == null)
31 {
32 return;
33 }
34 }
36 remove
37 {
39 if (@delegate != null && @delegate == null)
40 {
41 return;
42 }
43 }
44 }
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