NAnt SDK Documentation - v0.92

LibraryCollection.AddRange Method (Library[])

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

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

Parameters

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

See Also

LibraryCollection Class | NAnt.VisualCpp.Types Namespace | LibraryCollection.AddRange Overload List