如:

 

list2.Sort(delegate(Community C1, Community C2)
{
       return C2.Ordercount.CompareTo(C1.Ordercount);
});