LINQ 随机排序

1

var list = list.OrderBy(p => Guid.NewGuid())

  

原文地址:https://www.cnblogs.com/qingheshiguang/p/13711972.html