New tests.
[mono.git] / mcs / class / System.Web / System.Web.UI / TemplatePropertyEntry.jvm.cs
1 #if NET_2_0\r
2 namespace System.Web.UI\r
3 {\r
4         public class TemplatePropertyEntry : BuilderPropertyEntry\r
5         {\r
6                 public TemplatePropertyEntry()\r
7                 {\r
8                         throw new NotImplementedException ();\r
9                 }\r
10                 public bool BindableTemplate { get { throw new NotImplementedException (); } }\r
11         }\r
12 }\r
13 #endif\r