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