dotnet-core/release-notes/2.1/Preview/api-diff/preview1/2.1-preview1_System.Diagnostics.Tracing.md
2018-04-10 17:24:20 -07:00

206 B

System.Diagnostics.Tracing

 namespace System.Diagnostics.Tracing {
-    public class EventCounter {
+    public class EventCounter : IDisposable {
+        public void Dispose();
     }
 }