NAnt SDK Documentation - v0.92

PathSet.AddPath Method 

Defines a set of path elements to add to the current path.

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

Parameters

path
The PathSet to add.

See Also

PathSet Class | NAnt.Core.Types Namespace