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