NAnt SDK Documentation - v0.92

ProjectBaseCollection.AddRange Method

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