TaskItemFillDescendants Method

Fill the supplied target list with the descentant tasks specified in the source.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static void FillDescendants(
	List<TaskItem> source,
	List<TaskItem> target
)

Parameters

source  ListTaskItem
Reference to the base collection of descentant tasks to add to the target list.
target  ListTaskItem
Reference to the target collection that will be receiving all of the found items at every level.

See Also