Summary
Registers a setup action.
- Namespace
- Cake
.Core - Containing Type
- CakeEngineActions
Syntax
public void RegisterSetup<TData>(Func<ISetupContext, TData> action) where TData : class
Type Parameters
| Name | Description |
|---|---|
| TData | Type of the data for the setup action. |
Parameters
| Name | Type | Description |
|---|---|---|
| action | Func |
The setup action. |
Return Value
| Type | Description |
|---|---|
| void |
