Summary
Removes an item at a specific index.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Data
Type Collection Base
Syntax
public void RemoveAt(int index)
Parameters
Name | Type | Description |
---|---|---|
index | int | The zero-based index of the item to remove. |
Return Value
Type | Description |
---|---|
void |