Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 206 Bytes

2.0-vs-2.1_System.Diagnostics.Tracing.md

File metadata and controls

11 lines (9 loc) · 206 Bytes

System.Diagnostics.Tracing

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