Delegate FRFunc<T1, T2, T3, TResult>
Namespace: FastReport
Assembly: FastReport.dll
Syntax
public delegate TResult FRFunc<in T1, in T2, in T3, out TResult>(T1 arg1, T2 arg2, T3 arg3);
Parameters
| Type | Name | Description |
|---|---|---|
| T1 | arg1 | |
| T2 | arg2 | |
| T3 | arg3 |
Returns
| Type | Description |
|---|---|
| TResult |
Type Parameters
| Name | Description |
|---|---|
| T1 | |
| T2 | |
| T3 | |
| TResult |