[bcl] Add more reflection types to monotouch
[mono.git] / mcs / class / corlib / System.Reflection.Emit / AssemblyBuilderAccess.cs
index 68ed8819965cd942f2b4f3f0421c887a313fc3ae..d9d588bdac8cb05966ca4f8046433022ba109ae3 100644 (file)
@@ -40,8 +40,6 @@ namespace System.Reflection.Emit
                Save = 2,
                RunAndSave = 3,
                ReflectionOnly = 6,
-#if NET_4_0
                RunAndCollect = 9
-#endif
   }
 }