LibraryCollection.

AddRange(Library[]) Method

Summary

Adds the elements of a NAnt.VisualCpp.Types.Library array to the end of the collection.
Assembly
NAnt.VisualCpp.dll
Namespace
NAnt.VisualCpp.Types
Containing Type
LibraryCollection

Syntax

public void AddRange(Library[] items)

Parameters

Name Type Description
items Library[] The array of NAnt.VisualCpp.Types.Library elements to be added to the end of the collection.

Return Value

Type Description
void