Merge pull request #1404 from woodsb02/mono-route
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / HttpModuleActionCollection.cs
index 46599880a8f962cdf81679bcbc52140de497ce10..7d314ac73c35366662f74559230c833e35663256 100644 (file)
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System;
 using System.Configuration;
@@ -94,7 +93,7 @@ namespace System.Web.Configuration
                        return base.IsElementRemovable (element);
                }
 
-               protected override ConfigurationPropertyCollection Properties {
+               protected internal override ConfigurationPropertyCollection Properties {
                        get { return properties; }
                }
 
@@ -105,4 +104,3 @@ namespace System.Web.Configuration
        }
 }
 
-#endif