示例#1
0
文件: time.cs 项目: 0xCM/arrows
 public static Duration snapshot(Stopwatch sw)
 => Duration.Define(sw.ElapsedTicks);