Delegate Action2<T1, T2>
Generic method signature for callbacks with two parameters.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public delegate void Action2<T1, T2>(T1 p1, T2 p2);
Parameters
Type | Name | Description |
---|---|---|
T1 | p1 | |
T2 | p2 |
Type Parameters
Name | Description |
---|---|
T1 | |
T2 |