[]
Replaces a range of items.
public void ReplaceRange(int startingIndex, IEnumerable<T> items)
The index from where the items are replaced.
The items replacements.