minor CLS conformance tweaks (visibility, virtual, abstract, sealed, etc...)
[mono.git] / mcs / class / System / System.Configuration / ConfigurationSettings.cs
index 15919d618738cc0690ddde621b68760f01fdd73f..ba5ccf02ad0e331ca1c1005066944b4990857800 100644 (file)
@@ -30,7 +30,7 @@ namespace System.Configuration
                /// <summary>
                ///             ConfigurationSettings Constructor.
                /// </summary>
-               public ConfigurationSettings ()
+               private ConfigurationSettings ()
                {
                        
                }
@@ -126,6 +126,7 @@ namespace System.Configuration
                /// <param name="xmlDoc">An xml Configuration Document.</param>\r
                /// <param name="sectionName">The name of the configuration section that configuration settings are read from.</param>\r
                /// <returns>The name of the Handler Object for this configuration section, including the name if its Assembly.</returns>
+               [MonoTODO]
                private static string GetSectionHanderType(XmlDocument xmlDoc, string sectionName)
                {
                        //TODO: This method does not account for sectionGroups yet.