コード例 #1
0
 /// <summary>
 /// Function that will be executed in parallel to add the boids to the dictionary
 /// </summary>
 /// <param name="b"></param>
 private void ParallelAddToDict(Boid b)
 {
     boidsDictConcurrent.Add(b);
 }