Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 430 Bytes

2.0-vs-2.1_System.Data.md

File metadata and controls

13 lines (11 loc) · 430 Bytes

System.Data

 namespace System.Data {
     public sealed class DBConcurrencyException : SystemException {
-        public override void GetObjectData(SerializationInfo si, StreamingContext context);
+        public override void GetObjectData(SerializationInfo info, StreamingContext context);
     }
-    public class PropertyCollection : Hashtable
+    public class PropertyCollection : Hashtable, ICloneable
 }