Summary
Creates and executes the embedded (child XML nodes) elements.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- TaskContainer
Syntax
protected virtual 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 |