Summary
Gets the tasks that the task want to be a dependency of.
- Namespace
- Cake
.Core - Containing Type
- ICakeTaskInfo
Syntax
IReadOnlyList<CakeTaskDependency> Dependees { get; }
Value
Type | Description |
---|---|
IReadOnlyList |
The tasks that the task want to be a dependency of. |