NAnt SDK Documentation - v0.85-nightly-2005-11-09

PackageCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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

Overload List

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);

See Also

PackageCollection Class | NAnt.DotNet.Types Namespace