Exemplo n.º 1
0
Arquivo: time.cs Projeto: 0xCM/arrows
 public static Duration snapshot(Stopwatch sw)
 => Duration.Define(sw.ElapsedTicks);