SignatureFix
authorMiguel de Icaza <miguel@gnome.org>
Sun, 30 Nov 2003 12:13:46 +0000 (12:13 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sun, 30 Nov 2003 12:13:46 +0000 (12:13 -0000)
svn path=/trunk/mcs/; revision=20621

mcs/class/System.DirectoryServices/System.DirectoryServices/SchemaNameCollection.cs

index 47b6874c5e8903e5928055dec35f15c9e88b96a1..ed3aa4e66f7b8ed32746825336c634d9051f6319 100644 (file)
@@ -42,10 +42,20 @@ namespace System.DirectoryServices
        /// </summary>
        public class SchemaNameCollection : IList, ICollection, IEnumerable
        {
+               private SchemaNameCollection ()
+               {
+               }
+               
                int IList.Add(object avalue)
                {
                        throw new NotImplementedException();
                }
+
+               int Add (string value)
+               {
+                       throw new NotImplementedException();
+               }
+               
                void IList.Clear()
                {
                                throw new NotImplementedException();