コード例 #1
0
 public void Test_ParallelAlgorithms_For_Add()
 {
     ParallelAlgorithms.For(0, 1000, e => e++);
     Assert.IsTrue(true);
 }