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
Loading...
Searching...
No Matches
System.ComponentModel.EventHandlerList Class Referencesealed
+ 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
 

Detailed Description

Definition at line 8 of file EventHandlerList.cs.


The documentation for this class was generated from the following file: