Summary
Adds a
NAnt.VSNet.Types.WebMap
to the end of the collection.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet .Types - Containing Type
- WebMapCollection
Syntax
public int Add(WebMap item)
Parameters
Name | Type | Description |
---|---|---|
item | WebMap | The NAnt.VSNet.Types.WebMap to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
int | The position into which the new element was inserted. |