2008-09-04 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / ComplexPropertyEntry.jvm.cs
1 #if NET_2_0\r
2 namespace System.Web.UI\r
3 {\r
4         public class ComplexPropertyEntry : BuilderPropertyEntry\r
5         {\r
6                 public bool IsCollectionItem {\r
7                         get { throw new NotImplementedException (); }\r
8                 }\r
9 \r
10                 public bool ReadOnly {\r
11                         get { throw new NotImplementedException (); }\r
12                         set { throw new NotImplementedException (); }\r
13                 }\r
14         }\r
15 }\r
16 #endif\r