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