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

LibraryCollection.AddRange Method (Library[])

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

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