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