Method RemoveRange
RemoveRange(int, int)
Removes a range of items from the list.
Declaration
public void RemoveRange(int index, int count)Parameters
| Type | Name | Description | 
|---|---|---|
| int | index | The zero-based starting index of the range of items to remove. | 
| int | count | The number of items to remove. | 
