[corlib] Parse datetime string using culture calendar. Fixes #18052
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / UCOMIEnumConnections.cs
index 9da1f56cfded3406d8a3d56077a896a6873c3ec4..abfb10c8182f26b3915a57aff8bb3923003b3b72 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
-#if NET_2_0
        [Obsolete]
-#endif
        [ComImport]
        [Guid ("b196b287-bab4-101a-b69c-00aa00341d07")]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
@@ -45,3 +44,4 @@ namespace System.Runtime.InteropServices
                void Clone (out UCOMIEnumConnections ppenum);
        }
 }
+#endif