Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / _ConstructorInfo.cs
index c11dbac76c58bfab7c8a3a9b0c89bdbfaadd753c..7759e5222972b11a1cc4637181017e05ba4e61df 100644 (file)
@@ -14,7 +14,9 @@ namespace System.Runtime.InteropServices
        [CLSCompliant (false)]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
        [Guid ("E9A19478-9646-3679-9B10-8411AE1FD57D")]
+#if !FULL_AOT_RUNTIME
        [TypeLibImportClass (typeof (ConstructorInfo))]
+#endif
        [ComVisible (true)]
        public interface _ConstructorInfo
        {