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

CommandLineArgumentCollection Constructor (CommandLineArgument[])

[This is preliminary documentation and subject to change.]

Initializes a new instance of the CommandLineArgumentCollection class with the specified array of CommandLineArgument instances.

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

Parameters

value
Missing <param> documentation for value

Remarks

Missing <remarks> documentation for M:NAnt.Core.Util.CommandLineArgumentCollection.#ctor(NAnt.Core.Util.CommandLineArgument[])

See Also

CommandLineArgumentCollection Class | NAnt.Core.Util Namespace | CommandLineArgumentCollection Constructor Overload List