[]
Replaces a range of items.
public void ReplaceRange(int startingIndex, IEnumerable<T> items)
Public Sub ReplaceRange(startingIndex As Integer, items As IEnumerable(Of T))
| Type | Name | Description |
|---|---|---|
| int | startingIndex | The index from where the items are replaced. |
| IEnumerable<T> | items | The items replacements. |