NAnt SDK Documentation - v0.92 |
|
DataTypeCollectionBase.RemoveAt Method
Removes an item at a specific index.
[Visual Basic]
NotOverridable Public Sub RemoveAt( _
ByVal
index As
Integer _
)
[C#]
public
void RemoveAt(
int index);
Parameters
-
index
- The zero-based index of the item to remove.
See Also
DataTypeCollectionBase Class | NAnt.DotNet.Types Namespace