[]
Removes a range of elements from the list.
public override void RemoveRange(int index, int count)
Public Overrides Sub RemoveRange(index As Integer, count As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the first element to remove from the list. |
| int | count | Number of elements to remove. |