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