Merge pull request #1135 from kitsilanosoftware/rpm-spec-dead-entries
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / _MethodInfo.cs
index 8e72d26e81f9aeb4573a35190972ccc0e96b58a3..e8180ad7bf1a8a16094f89a7ed56dd74133f0e87 100644 (file)
@@ -5,8 +5,6 @@
 //   Kazuki Oikawa  (kazuki@panicode.com)
 //
 
-#if NET_1_1
-
 using System;
 using System.Globalization;
 using System.Reflection;
@@ -16,10 +14,10 @@ namespace System.Runtime.InteropServices
        [CLSCompliant (false)]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
        [Guid ("FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F")]
+#if !FULL_AOT_RUNTIME
        [TypeLibImportClass (typeof (MethodInfo))]
-#if NET_2_0
-       [ComVisible (true)]
 #endif
+       [ComVisible (true)]
        public interface _MethodInfo
        {
                bool Equals (object other);
@@ -100,4 +98,3 @@ namespace System.Runtime.InteropServices
                ICustomAttributeProvider ReturnTypeCustomAttributes {get;}
        }
 }
-#endif