Got “Index out of bounds” Error on List.Add() in c#

前端 未结 2 1161
刺人心
刺人心 2021-01-04 03:48

Here is the code

List something = new List();
Parallel.ForEach(anotherList, r =>
     {
            .. do some work
                   


        
2条回答
提交回复
热议问题