NAnt SDK Documentation - v0.92 |
|
Argument Constructor (String)
Initializes a new instance of the Argument class with the specified command-line argument.
[Visual Basic]
Overloads Public Sub New( _
ByVal
value As
String _
)
[C#]
public Argument(
string value);
See Also
Argument Class | NAnt.Core.Types Namespace | Argument Constructor Overload List