Adds the elements of a Package array to the end of the collection.
Adds the elements of a Package array to the end of the collection.
public void AddRange(Package[]);
Adds the elements of a PackageCollection to the end of the collection.
public void AddRange(PackageCollection);
PackageCollection Class | NAnt.DotNet.Types Namespace