Task.SelectAllChildTasks

Task.SelectAllChildTasks method

递归收集此任务的所有子任务。

public IEnumerable<Task> SelectAllChildTasks()

返回值

此任务的子任务列表。

也可以看看