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

◆ DownloadFileCompleted

System ComponentModel global.AsyncCompletedEventHandler System.Net.WebClient.DownloadFileCompleted
addremove

Definition at line 81 of file WebClient.cs.

82 {
84 add
85 {
86 if (Delegate.Combine(this.DownloadFileCompleted, value) != null)
87 {
88 }
89 }
91 remove
92 {
93 if (Delegate.Remove(this.DownloadFileCompleted, value) != null)
94 {
95 }
96 }
97 }
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.OnDownloadFileCompleted().