コード例 #1
0
 private Snapshot CreateSnapshot(CounterCollection <TEnum> counters)
 {
     return(new Snapshot(_clock.UtcNow, counters.Clone()));
 }