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

◆ DownloadProgressChanged

DownloadProgressChangedEventHandler System.Net.WebClient.DownloadProgressChanged
addremove

Definition at line 228 of file WebClient.cs.

229 {
231 add
232 {
233 if (Delegate.Combine(this.DownloadProgressChanged, value) != null)
234 {
235 }
236 }
238 remove
239 {
240 if (Delegate.Remove(this.DownloadProgressChanged, value) != null)
241 {
242 }
243 }
244 }
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.Net.WebClient.OnDownloadProgressChanged(), and System.Net.WebClient.PostProgressChanged().