Summary
Creates the child task specified by the passed XmlNode.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- ElementContainer
Syntax
protected virtual Task CreateChildTask(XmlNode node)
Parameters
| Name | Type | Description |
|---|---|---|
| node | XmlNode | The node specifying the task. |
Return Value
| Type | Description |
|---|---|
| Task | The created task instance. |
