Remove the mono-profiler- prefix from all source files in the profiler subdir.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / DISPPARAMS.cs
index 57ac93f8862f245096ed72ac2a6fefac3ac72da8..b038963d18605e5982378e7bd4c87dd83995500c 100644 (file)
@@ -32,10 +32,7 @@ using System;
 
 namespace System.Runtime.InteropServices
 {
-#if NET_2_0
        [Obsolete]
-#endif
-       [ComVisible(false)]
        [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct DISPPARAMS {
                public IntPtr rgvarg;