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

PathSet Constructor (Project, String)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.PathSet.#ctor(NAnt.Core.Project,System.String)

See Also

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