Parameters
- items
- The sequence of elements to project.
- selector
- A transform function to apply to each element; the second and third parameters of the function represent whether the element is the first and last in the sequence, respectively.
Type Parameters
- T
- The type of the elements of the input sequence.
- TR
- The type of the elements of the result sequence.
Return Value
returns sequence from first to last marker