コード例 #1
0
 public void AtomicDecrementAndGetReturnsNewValue()
 {
     Assert.AreEqual(InitialValue - 1, _volatile.AtomicDecrementAndGet(0));
 }