Parameters
- source
- Source collection.
- projection
- Projection function (x,y) -> z, where x is current item and y is next.
Type Parameters
- TSource
- Type of collection item.
- TResult
- Type of result collection item.
Return Value
result of application of a projection function to source