Merge pull request #3962 from mkorkalo/fix_MonoBtlsContext_memory_leak
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / TransformerInfo.cs
index eb46ac10a1c7595682d006fdc7e736a601c08914..d19b61d42f40c01f9ac9018912db0c00153b41d3 100644 (file)
@@ -33,7 +33,6 @@ using System;
 using System.ComponentModel;
 using System.Configuration;
 
-#if NET_2_0
 
 namespace System.Web.Configuration {
 
@@ -90,7 +89,7 @@ namespace System.Web.Configuration {
                        set { base[typeProp] = value; }
                }
 
-               protected override ConfigurationPropertyCollection Properties {
+               protected internal override ConfigurationPropertyCollection Properties {
                        get { return properties; }
                }
 
@@ -98,5 +97,4 @@ namespace System.Web.Configuration {
 
 }
 
-#endif