Summary
Defines a set of path elements to add to the current path.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- PathSet
Syntax
[BuildElement("path")]
public void AddPath(PathSet path)
Attributes
| Type | Description |
|---|---|
| Build |
Indicates that the property should be treated as an XML element and further processing should be done. |
Parameters
| Name | Type | Description |
|---|---|---|
| path | PathSet | The NAnt.Core.Types.PathSet to add. |
Return Value
| Type | Description |
|---|---|
| void |
