NAnt SDK Documentation - v0.92

LibraryCollection.AddRange Method (LibraryCollection)

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

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

Parameters

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

See Also

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