Delegate Action1<T>
Generic method signature for callbacks with one parameter.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public delegate void Action1<T>(T p);
Parameters
| Type | Name | Description |
|---|---|---|
| T | p |
Type Parameters
| Name | Description |
|---|---|
| T |