Parameters
- items
- The source sequence.
- selector
- A function to project each element with references to the previous and next elements.
Type Parameters
- T
- The type of elements in the sequence.
- TResult
- The type of elements in the result sequence.
Return Value
A sequence of projected elements.