Switch to compiler-tester
[mono.git] / mcs / class / corlib / System.Reflection.Emit / LocalBuilder.cs
index fe6e92160fd0a4ef08164ac314eedeb65065811f..5ed11d40dfc5638042d023f05a5dd0551abb4076 100644 (file)
@@ -38,9 +38,15 @@ using System.Reflection;
 using System.Reflection.Emit;
 using System.Globalization;
 using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
 using System.Diagnostics.SymbolStore;
 
 namespace System.Reflection.Emit {
+#if NET_2_0
+       [ComVisible (true)]
+       [ClassInterfaceAttribute (ClassInterfaceType.None)]
+       [ComDefaultInterfaceAttribute (typeof (_LocalBuilder))]
+#endif
 #if NET_2_0
        public sealed class LocalBuilder : LocalVariableInfo {
 #else