dotnet-core/release-notes/5.0/api-diff/netstandard2.1/5.0_System.Data.md

10 lines
167 B
Markdown
Raw Normal View History

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