*** empty log message ***
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / GridItemCollection.cs
index 68257d531a7e4518f1903891b4dd2235c4c5d33a..25ec14dfc99b9e2bac71d6c11d6ac68c200d1b9f 100644 (file)
@@ -3,6 +3,7 @@
 //
 // Author:
 //   stubbed out by Daniel Carrera (dcarrera@math.toronto.edu)
+//     Dennis Hayes (dennish@raytek.com)\r
 //
 // (C) 2002 Ximian, Inc
 //
@@ -20,36 +21,36 @@ namespace System.Windows.Forms {
                //
                //  --- Public Properties
                //
-               //[MonoTODO]
-               //public int Count {
-               //      get {
-               //              throw new NotImplementedException ();
-               //      }
-               //}
-               //[MonoTODO]
-               //public GridItem this[string str] {
-               //      get {
-               //              throw new NotImplementedException ();
-               //      }
-               //}
+               [MonoTODO]
+               public int Count {
+                       get {
+                               throw new NotImplementedException ();
+                       }
+               }
+               [MonoTODO]
+               public GridItem this[string str] {
+                       get {
+                               throw new NotImplementedException ();
+                       }
+               }
 
                //
                //  --- Public Methods
                //
-               //[MonoTODO]
-               //public virtual bool Equals(object o);
-               //{
-               //      throw new NotImplementedException ();
-               //}
-               //[MonoTODO]
-               //public static bool Equals(object o1, object o2);
-               //{
-               //      throw new NotImplementedException ();
-               //}
-               //[MonoTODO]
-               //public IEnumerator GetEnumerator()
-               //{
-               //      throw new NotImplementedException ();
-               //}
+               [MonoTODO]
+               public virtual bool Equals(object o)
+               {
+                       throw new NotImplementedException ();
+               }
+               [MonoTODO]
+               public static bool Equals(object o1, object o2)
+               {
+                       throw new NotImplementedException ();
+               }
+               [MonoTODO]
+               public IEnumerator GetEnumerator()
+               {
+                       throw new NotImplementedException ();
+               }
         }
 }