[]
Determines whether a range of items at the specified startingIndex can be removed from the collection.
public bool CanRemoveRange(int startingIndex, int count)
| Type | Name | Description |
|---|---|---|
| int | startingIndex | The index of the items that would be removed. |
| int | count | The number of items to be removed. |
| Type | Description |
|---|---|
| bool |