X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices.ComTypes%2FDISPPARAMS.cs;h=7636ca012aec75b3257a69305ffe191a26fdf786;hb=4a0818349768b7779a8952f1a503591f42305e1b;hp=6faae6d9499e21785b240c25af1a3e6cfe64b025;hpb=f84f760a1c8a8c0ec6ae16b7f38d14a49d329ad7;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.InteropServices.ComTypes/DISPPARAMS.cs b/mcs/class/corlib/System.Runtime.InteropServices.ComTypes/DISPPARAMS.cs index 6faae6d9499..7636ca012ae 100644 --- a/mcs/class/corlib/System.Runtime.InteropServices.ComTypes/DISPPARAMS.cs +++ b/mcs/class/corlib/System.Runtime.InteropServices.ComTypes/DISPPARAMS.cs @@ -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;