NAnt SDK Documentation - v0.92

CommandLineArgumentCollection.AddRange Method (CommandLineArgument[])

Adds the elements of a CommandLineArgument array to the end of the collection.

[Visual Basic]
Overloads Public Sub AddRange( _
   ByVal items As CommandLineArgument() _
)
[C#]
public void AddRange(
   CommandLineArgument[] items
);

Parameters

items
The array of CommandLineArgument elements to be added to the end of the collection.

See Also

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