Add DisplayUnits to DiagnosticCounter reference assembly
authorSung Yoon Whang <suwhang@microsoft.com>
Sat, 8 Jun 2019 23:26:49 +0000 (16:26 -0700)
committerStephen Toub <stoub@microsoft.com>
Sun, 9 Jun 2019 02:58:48 +0000 (22:58 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/6203eb73f97b31503972bbe357e393287f3ecc74

src/libraries/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.Counters.cs

index b07e700..c3be02f 100644 (file)
@@ -6,6 +6,7 @@ namespace System.Diagnostics.Tracing
         public void AddMetadata(string key, string value) { }
         public void Dispose() { }
         public string DisplayName { get { throw null; } set { } }
+        public string DisplayUnits { get { throw null; } set { } }
         public string Name { get { throw null; } }
         public System.Diagnostics.Tracing.EventSource EventSource { get { throw null; } }
     }
@@ -30,4 +31,4 @@ namespace System.Diagnostics.Tracing
         public void WriteMetric(float value) { }
         public void WriteMetric(double value) { }
     }
-}
\ No newline at end of file
+}