Class InvokableEvent<T0, T1, T2, T3>
Inheritance
InvokableEvent<T0, T1, T2, T3>
Syntax
public class InvokableEvent<T0, T1, T2, T3> : InvokableEventBase
Type Parameters
Name |
Description |
T0 |
|
T1 |
|
T2 |
|
T3 |
|
Constructors
InvokableEvent(Object, String)
Declaration
public InvokableEvent(object target, string methodName)
Parameters
Fields
action
Declaration
public Action<T0, T1, T2, T3> action
Field Value
Type |
Description |
Action<T0, T1, T2, T3> |
|
Methods
Invoke(T0, T1, T2, T3)
Declaration
public void Invoke(T0 arg0, T1 arg1, T2 arg2, T3 arg3)
Parameters
Type |
Name |
Description |
T0 |
arg0 |
|
T1 |
arg1 |
|
T2 |
arg2 |
|
T3 |
arg3 |
|
Invoke(Object[])
Declaration
public override void Invoke(params object[] args)
Parameters
Type |
Name |
Description |
Object[] |
args |
|
Overrides