Summary
Initializes a new instance of the
CakeTaskBuilder<TData> class.
- Namespace
- Cake
.Core - Containing Type
- CakeTaskBuilder
<TData>
Syntax
public CakeTaskBuilder(CakeTask task)
Parameters
| Name | Type | Description |
|---|---|---|
| task | CakeTask | The task. |
Return Value
| Type | Description |
|---|---|
| void |
