NAnt SDK Documentation - v0.92

PackageCollection.AddRange Method (PackageCollection)

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

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

Parameters

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

See Also

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