Delegate Function1<T, R>
Generic method signature for callbacks with one parameter and a return value.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public delegate R Function1<T, R>(T p);
Parameters
| Type | Name | Description |
|---|---|---|
| T | p |
Returns
| Type | Description |
|---|---|
| R |
Type Parameters
| Name | Description |
|---|---|
| T | |
| R |