예제 #1
0
 /** <inheritDoc /> */
 public long Decrement()
 {
     return(UU.AtomicLongDecrementAndGet(Target));
 }