Merge pull request #910 from akoeplinger/cleanup-test-ignores
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / DISPPARAMS.cs
index 6faae6d9499e21785b240c25af1a3e6cfe64b025..a8518e55ff19ffbcb8d6a758a48652b71250b56c 100644 (file)
 // Kazuki Oikawa (kazuki@panicode.com)
 //
 // (C) 2002 Ximian, Inc.
-#if NET_2_0
 using System;
 
 namespace System.Runtime.InteropServices.ComTypes
 {
-       [ComVisible(false)]
        [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct DISPPARAMS {
                public IntPtr rgvarg;
@@ -42,4 +40,3 @@ namespace System.Runtime.InteropServices.ComTypes
                public int cNamedArgs;
        }
 }
-#endif