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