Method RemoveInterval
RemoveInterval(Int32, Int32)
Remove all items in an index interval.
Declaration
public void RemoveInterval(int start, int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | start | The index of the first item to remove. |
System.Int32 | count | The number of items to remove. |