[]
Determines whether a range of items at the specified startingIndex can be removed from the collection.
public virtual bool CanRemoveRange(int index, int count)
Public Overridable Function CanRemoveRange(index As Integer, count As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | index | |
| int | count | The number of items to be removed. |
| Type | Description |
|---|---|
| bool |