Stubbed out System.Data.ObjectSpaces.Query
[mono.git] / mcs / class / System.Data.ObjectSpaces / System.Data.ObjectSpaces.Query / Empty.cs
1 //
2 // System.Data.ObjectSpaces.Query.Empty
3 //
4 //
5 // Author:
6 //      Richard Thombs (stony@stony.org)
7 //
8
9 #if NET_1_2
10
11 namespace System.Data.ObjectSpaces.Query
12 {
13         [MonoTODO()]
14         public class Empty : Expression
15         {
16                 [MonoTODO()]
17                 public override object Clone()
18                 {
19                         throw new NotImplementedException();
20                 }
21         }
22 }
23
24 #endif