最佳答案
我希望收到 降序排列中“产品名称”的 名单已分类。
类似于下面的函数,它按升序对列表进行排序,只是反过来,这可能吗?
var newList = list.OrderBy(x => x.Product.Name).ToList();