[]
Determines whether the items starting at the specified startingIndex can be replaced in the collection.
public bool CanReplaceRange(int startingIndex, IEnumerable<T> items)
| Type | Name | Description |
|---|---|---|
| int | startingIndex | The starting index of the item that would be replaced. |
| IEnumerable<T> | items | The items to be replaced. |
| Type | Description |
|---|---|
| bool |