摘要: public List<T> GetRandomList<T>(List<T> inputList){ //Copy to a array T[] copyArray = new T[inputList.Count]; inputList.CopyTo(copyArray); //Add range 阅读全文
posted @ 2018-11-16 10:33 chengeng 阅读(250) 评论(0) 推荐(0)