NAnt SDK Documentation - v0.85-nightly-2005-11-09

LibraryCollection.AddRange Method (LibraryCollection)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.VisualCpp.Types.LibraryCollection.AddRange(NAnt.VisualCpp.Types.LibraryCollection)

See Also

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