NAnt SDK Documentation - v0.92

PathSet Constructor (Project, String)

Invoked by Element.AttributeConfigurator for build attributes with an underlying PathSet type.

[Visual Basic]
Overloads Public Sub New( _
   ByVal project As Project, _
   ByVal path As String _
)
[C#]
public PathSet(
   Project project,
   string path
);

Parameters

project
The Project to be used to resolve relative paths.
path
The string representing a path.

See Also

PathSet Class | NAnt.Core.Types Namespace | PathSet Constructor Overload List