TaskDependencies Property
Overloads
TaskDependencies |
List of task's dependencies. |
TaskDependencies
List of task's dependencies.
Declaration
public List<TaskInfo> TaskDependencies { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TaskInfo> |