LoopTask.

ExecuteChildTasks() Method

Summary

Creates and executes the embedded (child XML nodes) elements.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
LoopTask

Syntax

protected override void ExecuteChildTasks()

Remarks

Skips any element defined by the host NAnt.Core.Task that has a NAnt.Core.Attributes.BuildElementAttribute defined.

Return Value

Type Description
void