Making sure mono_marshal_free is used instead of g_free in mono_string_builder_to_utf8
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / SafeArrayTypeMismatchException.cs
index a71c10c7286bbc5428b5984ba4244bea6b54b5ef..e23c5f6c298084dfa0b9bd700212b1bf2cd3edbc 100644 (file)
@@ -33,9 +33,7 @@ using System.Runtime.Serialization;
 
 namespace System.Runtime.InteropServices
 {
-#if NET_2_0
        [ComVisible(true)]
-#endif
        [Serializable]
        public class SafeArrayTypeMismatchException : SystemException
        {