Example #1
0
 public TimeSpan GetFastestLap()
 {
     return(Laps.Min(l => l.Time));
 }