NAnt SDK Documentation - v0.92

ArgumentCollection.AddRange Method (Argument[])

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

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

Parameters

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

See Also

ArgumentCollection Class | NAnt.Core.Types Namespace | ArgumentCollection.AddRange Overload List