NAnt SDK Documentation - v0.92

ProjectEntryCollection.AddRange Method (ProjectEntryCollection)

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

[Visual Basic]
Overloads Public Sub AddRange( _
   ByVal items As ProjectEntryCollection _
)
[C#]
public void AddRange(
   ProjectEntryCollection items
);

Parameters

items
The ProjectEntryCollection to be added to the end of the collection.

See Also

ProjectEntryCollection Class | NAnt.VSNet Namespace | ProjectEntryCollection.AddRange Overload List