NAnt SDK Documentation - v0.92

ProjectEntryCollection.AddRange Method

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

Overload List

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

public void AddRange(ProjectEntry[]);

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

public void AddRange(ProjectEntryCollection);

See Also

ProjectEntryCollection Class | NAnt.VSNet Namespace