Parameters
- list
- The list from which to retrieve elements.
- startIndex
- The zero-based starting index of the range.
- count
- The number of elements to retrieve.
Type Parameters
- T
- The type of elements in the list.
Return Value
A sequence of elements from the list.