Merge pull request #2573 from BrzVlad/fix-conc-memusage
[mono.git] / mcs / class / corlib / System / CrossAppDomainDelegate.cs
old mode 100755 (executable)
new mode 100644 (file)
index 2624117..384ddfa
@@ -32,5 +32,6 @@
 
 namespace System
 {
+       [System.Runtime.InteropServices.ComVisible (true)]
        public delegate void CrossAppDomainDelegate ();
 }