Delegate Function2<T1, T2, R>
Generic method signature for callbacks with two parameters and a return value.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public delegate R Function2<T1, T2, R>(T1 p1, T2 p2);
Parameters
| Type | Name | Description |
|---|---|---|
| T1 | p1 | |
| T2 | p2 |
Returns
| Type | Description |
|---|---|
| R |
Type Parameters
| Name | Description |
|---|---|
| T1 | |
| T2 | |
| R |