- index
- The zero-based index at which the range starts.
- count
- The number of elements in the range.
A shallow copy of the given range of elements in the list.
Type Reason ArgumentException index + count is greater than stem.Collections.Generic.List<T>.Count. ArgumentOutOfRangeException index is less than 0.
-or-
count is less than 0.