1
0
mirror of synced 2025-12-22 19:28:19 -05:00
Files
core/release-notes/5.0/api-diff/netstandard2.1/5.0_System.Data.md
Rich Lander 8c8e5836c3 Fix linter errors in repo (#9689)
* Fix linter errors

* Update links
2025-01-13 21:40:52 -08:00

166 B

System.Data

 namespace System.Data {
-    public class PropertyCollection : Hashtable
+    public class PropertyCollection : Hashtable, ICloneable
 }