LibraryCollection.

AddRange(LibraryCollection) Method

Summary

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

Syntax

public void AddRange(LibraryCollection items)

Parameters

Name Type Description
items LibraryCollection The NAnt.VisualCpp.Types.LibraryCollection to be added to the end of the collection.

Return Value

Type Description
void