2007-05-23 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / System / Int16.cs
index 9e3a58b3000ebc46919f980b6f73c05a8c72cf2b..44104e51fb4aef81135bb1b090f40146901d3b6a 100644 (file)
@@ -32,6 +32,9 @@ using System.Globalization;
 namespace System {
        
        [Serializable]
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public struct Int16 : IFormattable, IConvertible, IComparable
 #if NET_2_0
                , IComparable<Int16>, IEquatable <Int16>