|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.ComponentModel.EventHandlerList:
Collaboration diagram for System.ComponentModel.EventHandlerList: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 8 of file EventHandlerList.cs.