.Net Adventures : Sorting System.Collections.Generic.List<T> This post shows the sorting techinque using anonymous delegate that can be implemented in any custom type generic lis based on the selected property. For sorting any custom type the class must implement the System.IComparable interface. Now let me assume This post shows the sorting techinque using anonymous delegate that can be implemented in any custom type generic lis based on the selected property. For sorting any custom type the class must implement the System.IComparable interface. Now let me assume 2.0codenetsnippetstipstricks in Develope > .NET > C# > Genericwith anonymousdevelopegenericnetpostshowssortingtechinque