I\'m trying to figure out the best way to custom sort a List. Lets say that T is a Object with a date(DateTime?) property and a status(string) property.
I have 3 cases.
Shouldn't be too difficult, just make T implement IComparable using your comparison rules and you should be set.
T