NAnt SDK Documentation - v0.92

ArgumentCollection.AddRange Method (ArgumentCollection)

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

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

Parameters

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

See Also

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