[sgen] Exclusive write on binary protocol file
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ObjectCreationDelegate.cs
index 7f6636a1158e46b04ac975f37c628aa94b4314ab..92dbc2fcb81f6c8d5ce613235344faabc96c12f1 100644 (file)
@@ -33,5 +33,6 @@ using System;
 
 namespace System.Runtime.InteropServices {
 
+       [ComVisible(true)]
        public delegate IntPtr ObjectCreationDelegate (IntPtr aggregator);
 }