Summary
Initializes a new instance of the
CakeTaskDependency class.
- Namespace
- Cake
.Core - Containing Type
- CakeTaskDependency
Syntax
public CakeTaskDependency(string name, bool required)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the task. |
| required | bool | Whether or not the dependency is required. |
Return Value
| Type | Description |
|---|---|
| void |
