コード例 #1
0
 public void DoTheJob()
 {
     for (int i = 0; i < 50000; i++)
     {
         _sharedState.IncrementState();
     }
 }