2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / TemplatePropertyEntry.jvm.cs
1 #if NET_2_0
2 namespace System.Web.UI
3 {
4         public class TemplatePropertyEntry : BuilderPropertyEntry
5         {
6                 public TemplatePropertyEntry()
7                 {
8                         throw new NotImplementedException ();
9                 }
10                 public bool BindableTemplate { get { throw new NotImplementedException (); } }
11         }
12 }
13 #endif