NAnt SDK Documentation - v0.85-nightly-2005-11-09

PathSet.AddPath Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.PathSet.AddPath(NAnt.Core.Types.PathSet)

See Also

PathSet Class | NAnt.Core.Types Namespace