如何通过扩展方法按降序排序?

mar*_*rko -1 c# linq

mylist.OrderBy(p => p.Description); 
Run Code Online (Sandbox Code Playgroud)

适当提升 - 降序怎么样?

Mar*_*ell 5

只需使用OrderByDescending/ThenByDescending