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

◆ DoWork

DoWorkEventHandler System.ComponentModel.BackgroundWorker.DoWork
addremove

Definition at line 50 of file BackgroundWorker.cs.

51 {
53 add
54 {
55 if (Delegate.Combine(this.DoWork, value) != null)
56 {
57 }
58 }
60 remove
61 {
63 if (@delegate != null)
64 {
65 }
66 }
67 }
class f__AnonymousType0<< Count > j__TPar
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255

Referenced by System.ComponentModel.BackgroundWorker.OnDoWork().