[]
Determines whether a new range of items can be inserted in the collection at the specified startingIndex
.
public bool CanInsertRange(int startingIndex, IEnumerable<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 |