Func delegates

suggest change

Syntax

Parameters

| Parameter        | Details|
| -----------------| ------ |
| `arg` or `arg1`  | the (first) parameter of the method   |
| `arg2`           | the second parameter of the method |
| `arg3`           | the third parameter of the method |
| `arg4`           | the fourth parameter of the method |
|  `T` or `T1`     | the type of the (first) parameter of the method |
| `T2`             | the type of the second parameter of the method |  
| `T3`             | the type of the third parameter of the method |
| `T4`             | the type of the fourth parameter of the method |
| `TResult`        | the return type of the method|

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents