score:9

Accepted answer

use groupby.

objectlist.groupby(o => o.property1);

http://www.codeproject.com/articles/35667/how-to-use-linq-groupby.aspx


Related Query

More Query from same tag