NAnt SDK Documentation - v0.92

WebMapCollection.Item Property (Int32)

Gets or sets the element at the specified index.

[Visual Basic]
Overloads Public Default Property Item( _
   ByVal index As Integer _
) As WebMap
[C#]
public WebMap this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the element to get or set.

See Also

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