I'm trying to create a function to use Linq aggregator functions (sum, average, count) and I'm not succeeding. I have the following code:
private double AgreggateDynamic<T>(IEnumerable<T> list, string propertyName, string func)...
asked by
22.01.2016 / 20:24