PathSet.

AddPathElement(PathElement) Method

Summary

Defines a path element to add to the current path.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
PathSet

Syntax

[BuildElement("pathelement")]
public void AddPathElement(PathElement pathElement)

Attributes

Type Description
BuildElementAttribute Indicates that the property should be treated as an XML element and further processing should be done.

Parameters

Name Type Description
pathElement PathElement The NAnt.Core.Types.PathElement to add.

Return Value

Type Description
void