I have a list which contains thousands of objects. I want to get the values of specific properties in each iteration, but I don't
want to use reflection because of performance penalty. What other choices do I have?
Tsahi Bar