NAnt SDK Documentation - v0.92

PathSet.AddPathElement Method 

Defines a path element to add to the current path.

[Visual Basic]
<BuildElement(Name:="pathelement", Required:=False, ProcessXml:=True)>
Public Sub AddPathElement( _
   ByVal pathElement As PathElement _
)
[C#]
[BuildElement(Name="pathelement", Required=False, ProcessXml=True)]
public void AddPathElement(
   PathElement pathElement
);

Parameters

pathElement
The PathElement to add.

See Also

PathSet Class | NAnt.Core.Types Namespace