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