Ejemplo n.º 1
0
 private TimePoints(TimePoints other)
 {
     _timepoints = new List <TimePoint>(other._timepoints);
 }
Ejemplo n.º 2
0
 protected TimePoints(TimePoints other)
 {
     _timepoints = new ConcurrentQueue <TimePoint>(other._timepoints);
 }