MapReduceT(IEnumerableT, FuncT, Res) |
Applies the result mapper to the collection and reduces it to a single result:
|
MapReduceT, TOut(IEnumerableT, FuncT, ResTOut) |
Applies the result mapper to the collection and reduces it to a single result:
|