dotnet-api-diff

System.Timers

 namespace System.Timers {
     public class Timer : Component, ISupportInitialize {
+        public Timer(TimeSpan interval);
     }
 }