2004-05-25 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / GridItemCollection.cs
index 3ce4e8eff7edc44784756e66375cfef189f3f2c5..79abfeaf7ccb23f3ac0387b97b03b28e45338042 100644 (file)
@@ -16,6 +16,12 @@ namespace System.Windows.Forms {
 
     public abstract class GridItemCollection : ICollection, IEnumerable {
 
+               private GridItemCollection() {
+                       //just for signture compatablity
+               }
+
+               public static GridItemCollection Empty;
+
                //
                //  --- Public Properties
                //