Here's my attempt at speeding up the code. var bag = new ConcurrentBag<IronPdf.PdfDocument>(); // probably don't need a ConcurrentBag var foos = ...
確定! 回上一頁