2004-05-14 Umadevi S <sumadevi@novell.com>
[mono.git] / mcs / class / System.Data / System.Data / PropertyCollection.cs
index 011c4fd2cd949852d7e4812e7873fb4c4eee7b9d..192b99715367f4103f5747498fa37e570e427895 100644 (file)
@@ -9,18 +9,18 @@
 
 using System;
 using System.Collections;
+using System.ComponentModel;
 
 namespace System.Data
 {
-       /// <summary>\r
-       /// a collection of properties that can be added to \r
-       /// DataColumn, DataSet, or DataTable.\r
-       /// The ExtendedProperties property of a \r
-       /// DataColumn, DataSet, or DataTable class can\r
-       /// retrieve a PropertyCollection.\r
+       /// <summary>
+       /// a collection of properties that can be added to 
+       /// DataColumn, DataSet, or DataTable.
+       /// The ExtendedProperties property of a 
+       /// DataColumn, DataSet, or DataTable class can
+       /// retrieve a PropertyCollection.
        /// </summary>
        public class PropertyCollection : Hashtable {
-               [MonoTODO]
                public PropertyCollection() {
                }