NAnt SDK Documentation - v0.92

CommandLineArgumentCollection Constructor (CommandLineArgument[])

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

See Also

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