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

Argument Constructor (String)

[This is preliminary documentation and subject to change.]

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
);

Parameters

value
Missing <param> documentation for value

Remarks

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

See Also

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