[System] Add [MonoTODO] on DefaultTraceListener.AssertUiEnabled.
[mono.git] / mcs / class / System / System.Diagnostics / InstanceDataCollection.cs
index e57bb5da5b61629939711c4280da1d8ec4cdf8fc..6563a7cfe2ce6afb976e10d7b12265be76bc3057 100644 (file)
@@ -45,6 +45,7 @@ namespace System.Diagnostics {
                }
 
                // may throw ArgumentNullException
+               [Obsolete ("Use InstanceDataCollectionCollection indexer instead.")]
                public InstanceDataCollection (string counterName)
                {
                        CheckNull (counterName, "counterName");