Delegate Function9<T1, T2, T3, T4, T5, T6, T7, T8, T9, R>
Generic method signature for callbacks with nine parameters and a return value.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public delegate R Function9<T1, T2, T3, T4, T5, T6, T7, T8, T9, R>(T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9);
Parameters
| Type | Name | Description |
|---|---|---|
| T1 | p1 | |
| T2 | p2 | |
| T3 | p3 | |
| T4 | p4 | |
| T5 | p5 | |
| T6 | p6 | |
| T7 | p7 | |
| T8 | p8 | |
| T9 | p9 |
Returns
| Type | Description |
|---|---|
| R |
Type Parameters
| Name | Description |
|---|---|
| T1 | |
| T2 | |
| T3 | |
| T4 | |
| T5 | |
| T6 | |
| T7 | |
| T8 | |
| T9 | |
| R |