[]
Determines whether a new range of items can be inserted in the collection at the specified startingIndex.
bool CanInsertRange(int startingIndex, IEnumerable<in T> items)
| Type | Name | Description |
|---|---|---|
| int | startingIndex | The index where the items would be inserted. |
| IEnumerable<T> | items | The items to be inserted. |
| Type | Description |
|---|---|
| bool |