Пример #1
0
 /** <inheritDoc /> */
 public long Increment()
 {
     return(UU.AtomicLongIncrementAndGet(Target));
 }