WebMapCollection.

AddRange(WebMap[]) Method

Summary

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

Syntax

public void AddRange(WebMap[] items)

Parameters

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

Return Value

Type Description
void