NAnt SDK Documentation - v0.92

WebMapCollection.AddRange Method (WebMapCollection)

Adds the elements of a WebMapCollection to the end of the collection.

[Visual Basic]
Overloads Public Sub AddRange( _
   ByVal items As WebMapCollection _
)
[C#]
public void AddRange(
   WebMapCollection items
);

Parameters

items
The WebMapCollection to be added to the end of the collection.

See Also

WebMapCollection Class | NAnt.VSNet.Types Namespace | WebMapCollection.AddRange Overload List