terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | ListEntry |
Public Member Functions | |
EventHandlerList () | |
void | AddHandler (object key, Delegate value) |
void | AddHandlers (EventHandlerList listToAddFrom) |
void | Dispose () |
void | RemoveHandler (object key, Delegate value) |
Package Functions | |
EventHandlerList (Component parent) | |
Properties | |
Delegate | this[object key] [get, set] |
Private Member Functions | |
EventHandlerList.ListEntry | Find (object key) |
Private Attributes | |
EventHandlerList.ListEntry | _head |
Component | _parent |
Definition at line 6 of file EventHandlerList.cs.