[asp.net] Fixes bug #676008. HtmlForm 'name' attribute rendering fixes.
[mono.git] / mcs / class / System.Web / System.Web.UI / TemplatePropertyEntry.cs
index 391145a1305a3badfafeb26c67ab4638a907e6cc..f58c8ee7eb51861c668a2ea264c402fa8cc0273e 100644 (file)
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 namespace System.Web.UI
 {
        public class TemplatePropertyEntry : BuilderPropertyEntry
@@ -40,4 +39,3 @@ namespace System.Web.UI
                public bool BindableTemplate { get { throw new NotImplementedException (); } }
        }
 }
-#endif