NAnt SDK Documentation - v0.92

CommandLineArgumentCollection.AddRange Method (CommandLineArgumentCollection)

Adds the elements of a CommandLineArgumentCollection to the end of the collection.

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

Parameters

items
The CommandLineArgumentCollection to be added to the end of the collection.

See Also

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