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

◆ RunWorkerCompleted

RunWorkerCompletedEventHandler System.ComponentModel.BackgroundWorker.RunWorkerCompleted
addremove

Definition at line 206 of file BackgroundWorker.cs.

207 {
209 add
210 {
211 if (Delegate.Combine(this.RunWorkerCompleted, value) != null)
212 {
213 }
214 }
216 remove
217 {
218 if (Delegate.Remove(this.RunWorkerCompleted, value) != null)
219 {
220 }
221 }
222 }
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 System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted().