Summary
Initializes a new instance of the
TaskSetupContext class.
- Namespace
- Cake
.Core - Containing Type
- TaskSetupContext
Syntax
public TaskSetupContext(ICakeContext context, ICakeTaskInfo task)
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The Cake Context. |
| task | ICakeTaskInfo | The task. |
Return Value
| Type | Description |
|---|---|
| void |
