* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / corlib / System.Reflection.Emit / EnumBuilder.cs
index 0908c13d5fe07ca2c16e645d5a14d3e37092d410..206085ca3f699ee9d371da7c155878e6eb0b4e83 100644 (file)
@@ -360,13 +360,6 @@ namespace System.Reflection.Emit {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
-               public override bool HasGenericArguments {
-                       get {
-                               throw new NotImplementedException ();
-                       }
-               }
-
                [MonoTODO]
                public override bool ContainsGenericParameters {
                        get {
@@ -387,13 +380,6 @@ namespace System.Reflection.Emit {
                                throw new NotImplementedException ();
                        }
                }
-
-               [MonoTODO]
-               public override MethodInfo DeclaringMethod {
-                       get {
-                               throw new NotImplementedException ();
-                       }
-               }
 #endif
 
                private Exception CreateNotSupportedException ()