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

Argument Constructor (PathSet)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the Argument class with the given path.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As PathSet _
)
[C#]
public Argument(
   PathSet value
);

Parameters

value
Missing <param> documentation for value

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.Argument.#ctor(NAnt.Core.Types.PathSet)

See Also

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