Beispiel #1
0
 DurationStats(Stats stats, DurationStats entire)
 {
     stats.EnsureNotNull(nameof(stats));
     //
     _stats = stats;
 }