[bcl] Add more reflection types to monotouch
[mono.git] / mcs / class / Facades / System.Reflection.Emit.Lightweight / TypeForwarders.cs
index 7cd359e90a0d8fcce5eb4df48242bc4d11378507..9cc6712cb48a9aef4393ed1182f5fd9ca3ad0e4b 100644 (file)
@@ -20,5 +20,6 @@
 // THE SOFTWARE.
 // 
 
+#if !MONOTOUCH
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.Emit.DynamicMethod))]
-
+#endif