[corlib] Parse datetime string using culture calendar. Fixes #18052
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / TYPELIBATTR.cs
index 2829b53dce9bcd27fe9ac1a1235095175b00f999..ceacf684d2c8c01903f3385e8314149c64f7b5c6 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
+
 namespace System.Runtime.InteropServices.ComTypes
 {
-       [ComVisible (false)]
+       [Serializable]
        [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct TYPELIBATTR
        {
@@ -43,4 +43,4 @@ namespace System.Runtime.InteropServices.ComTypes
                public LIBFLAGS wLibFlags;
        }
 }
-#endif
+