NAnt SDK Documentation - v0.85-nightly-2005-11-09

DataTypeCollectionBase.RemoveAt Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.DataTypeCollectionBase.RemoveAt(System.Int32)

See Also

DataTypeCollectionBase Class | NAnt.DotNet.Types Namespace