2007-08-10 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / DISPPARAMS.cs
index 6faae6d9499e21785b240c25af1a3e6cfe64b025..7636ca012aec75b3257a69305ffe191a26fdf786 100644 (file)
@@ -33,7 +33,6 @@ using System;
 
 namespace System.Runtime.InteropServices.ComTypes
 {
-       [ComVisible(false)]
        [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct DISPPARAMS {
                public IntPtr rgvarg;