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