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

◆ ProgressChanged

ProgressChangedEventHandler System.ComponentModel.BackgroundWorker.ProgressChanged
addremove

Definition at line 121 of file BackgroundWorker.cs.

122 {
124 add
125 {
126 if (Delegate.Combine(this.ProgressChanged, value) != null)
127 {
128 }
129 }
131 remove
132 {
133 if (Delegate.Remove(this.ProgressChanged, value) != null)
134 {
135 }
136 }
137 }
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.OnProgressChanged().