NAnt SDK Documentation - v0.92

PackageCollection.AddRange Method (Package[])

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

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

Parameters

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

See Also

PackageCollection Class | NAnt.DotNet.Types Namespace | PackageCollection.AddRange Overload List