Method RemoveAt
RemoveAt(Int32)
Remove the item at a specific position of the list.
Declaration
T RemoveAt(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the item to remove. |
Returns
Type | Description |
---|---|
T | The removed item. |