2010-01-09 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Configuration / System.Configuration / ConfigurationPropertyCollection.cs
index dfca501b34987d2da64198abf9cbd9a24f1efa90..bbe44f45133bb4941f85dab8eb9c28fd3283c946 100644 (file)
@@ -42,7 +42,7 @@ namespace System.Configuration
                        collection = new List <ConfigurationProperty> ();
                }
 
-               public virtual int Count {
+               public int Count {
                        get { return collection.Count; }
                }