Parameters
- source
- The source sequence.
- selector
- A function to project each element and its previous element into a sequence of results.
Type Parameters
- TSource
- The type of elements in the source sequence.
- TResult
- The type of elements in the result sequence.
Return Value
A sequence of projected elements.