Posts by Ricardo Melo • 63 points
1 post
-
6
votes1
answer140
viewsQ: Dynamically use LINQ aggregator
I am trying to create a function to use Linq aggregator functions (sum, Average, Count) and I am not succeeding. I have the following code: private double…