- index
- The zero-based starting index of the range of elements to remove.
- count
- The number of elements to remove.
Type Reason ArgumentException index + count is greater than stem.Collections.Generic.List<T>.Count. ArgumentOutOfRangeException index is less than zero.
-or-
count is less than zero.