예제 #1
0
 /** <inheritDoc /> */
 public long Exchange(long value)
 {
     return(UU.AtomicLongGetAndSet(Target, value));
 }