NAnt SDK Documentation - v0.92

WebMapCollection.Insert Method 

Inserts a WebMap into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As WebMap _
)
[C#]
public void Insert(
   int index,
   WebMap item
);

Parameters

index
The zero-based index at which item should be inserted.
item
The WebMap to insert.

See Also

WebMapCollection Class | NAnt.VSNet.Types Namespace