| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Public Member Functions | |
| DelegateWrapper (Delegate d, bool wrapArgs) | |
| object | Invoke (object[] args) | 
Properties | |
| Delegate | Delegate [get, set] | 
| bool | WrapArgs [get] | 
Private Member Functions | |
| void | PreProcessSignature () | 
Private Attributes | |
| bool | _once | 
| int | _expectedParamsCount | 
| Type[] | _cachedTargetTypes | 
Definition at line 8 of file ComEventsMethod.cs.