For example: I have list of A, and i want to count average on it's field a. What's the best way to do it? Stupid solution i found is to create LAverage = new List(), fill it with all L.a and call LAverage.average()For example: I have list of A, and i want to co