Summary
Inserts a
NAnt.VSNet.Types.WebMap into the collection at the specified index.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet .Types - Containing Type
- WebMapCollection
Syntax
public void Insert(int index, WebMap item)
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index at which item should be inserted. |
| item | WebMap | The NAnt.VSNet.Types.WebMap to insert. |
Return Value
| Type | Description |
|---|---|
| void |
