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

◆ Disposed

EventHandler System.ComponentModel.MarshalByValueComponent.Disposed
addremove

Implements System.ComponentModel.IComponent.

Definition at line 25 of file MarshalByValueComponent.cs.

26 {
27 add
28 {
29 EventHandlerList events = this.Events;
30 }
31 remove
32 {
33 EventHandlerList events = this.Events;
34 }
35 }