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

◆ DomainUnload

EventHandler System.AppDomain.DomainUnload
addremove

Definition at line 352 of file AppDomain.cs.

353 {
355 add
356 {
357 if (Delegate.Combine(this.DomainUnload, value) != null)
358 {
359 }
360 }
362 remove
363 {
364 if (Delegate.Remove(this.DomainUnload, value) != null)
365 {
366 }
367 }
368 }
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.AppDomain.DoDomainUnload().