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

◆ DownloadStringCompleted

DownloadStringCompletedEventHandler System.Net.WebClient.DownloadStringCompleted
addremove

Definition at line 39 of file WebClient.cs.

40 {
42 add
43 {
44 if (Delegate.Combine(this.DownloadStringCompleted, value) != null)
45 {
46 }
47 }
49 remove
50 {
51 if (Delegate.Remove(this.DownloadStringCompleted, value) != null)
52 {
53 }
54 }
55 }
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.OnDownloadStringCompleted().