Click here to Skip to main content
15,908,172 members
Articles / Programming Languages / C#

Implementing sort in a generic collection

14 Jul 2009CPOL 3.2K   9   4
This function implements a multi-property sort on generic collections of IEnumerable with any plain class. The sort can be executed on one or any of its item type properties. This sort class uses Generics, Extension Methods, and LINQ.
Only logged in members can view this content

Please go to the C# Table of Contents to view the list of available articles in this section.