Terraria v1.4.4.9
Terraria source code documentation
|
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 | |
ListEntry | Find (object key) |
Private Attributes | |
ListEntry | _head |
readonly Component | _parent |
Definition at line 3 of file EventHandlerList.cs.