New test.
[mono.git] / mcs / class / corlib / System.Reflection / ModuleResolveEventHandler.cs
old mode 100755 (executable)
new mode 100644 (file)
index 694cec5..d0824c2
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
+
 using System;
+using System.Runtime.InteropServices;
+
 namespace System.Reflection
 {
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public delegate Module ModuleResolveEventHandler (object sender, ResolveEventArgs e);
 }