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

ProjectBaseCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

public void AddRange(ProjectBase[]);

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

public void AddRange(ProjectBaseCollection);

See Also

ProjectBaseCollection Class | NAnt.VSNet Namespace