Пример #1
0
 public static MutableVectorClock CopyOf(VectorClock other)
 {
     return(new MutableVectorClock(new ConcurrentDictionary <string, int>(other.Clocks)));
 }