WebMapCollection.

AddRange(WebMapCollection) Method

Summary

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

Syntax

public void AddRange(WebMapCollection items)

Parameters

Name Type Description
items WebMapCollection The NAnt.VSNet.Types.WebMapCollection to be added to the end of the collection.

Return Value

Type Description
void