minor CLS conformance tweaks (visibility, virtual, abstract, sealed, etc...)
[mono.git] / mcs / class / System / System.Configuration / SingleTagSectionHandler.cs
index f81a2a2a83360865e6220813236f713dcc4649ed..601ed10d82ab348f26e12ff2858a2f2144d25c93 100644 (file)
@@ -20,6 +20,7 @@ namespace System.Configuration
        public class SingleTagSectionHandler : IConfigurationSectionHandler
        {
 
+               [MonoTODO]
                public SingleTagSectionHandler()
                {
                        //
@@ -34,7 +35,8 @@ namespace System.Configuration
                /// <param name="context"></param>
                /// <param name="section">The name of the configuration section.</param>
                /// <returns></returns>
-               public object Create(object parent, object context, XmlNode section)
+               [MonoTODO]
+               public virtual object Create(object parent, object context, XmlNode section)
                {
                        //FIXME: I'm not quite sure how to implement 'parent' or 'context'.
                        //TODO: Add in proper Error Handling.