Summary
Gets the tasks that the task want to be a dependency of.
Syntax
public List<CakeTaskDependency> Dependees { get; }
Value
Type | Description |
---|---|
List |
The tasks that the task want to be a dependency of. |
public List<CakeTaskDependency> Dependees { get; }
Type | Description |
---|---|
List |
The tasks that the task want to be a dependency of. |