NAnt SDK Documentation - v0.92

ProjectEntryCollection.AddRange Method (ProjectEntry[])

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

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

Parameters

items
The array of ProjectEntry elements to be added to the end of the collection.

See Also

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