Summary
Register a setup action.
- Namespace
- Cake
.Core - Containing Type
- CakeEngineActions
Syntax
public void RegisterSetup(Action<ISetupContext> action)
Parameters
| Name | Type | Description |
|---|---|---|
| action | Action |
The setup action. |
Return Value
| Type | Description |
|---|---|
| void |
