Switch to compiler-tester
[mono.git] / mcs / class / corlib / System.Reflection / Missing.cs
index 5d629043c0ef7f38a54b5a6f92f5ea34a5713ab9..25dd9533922ec7e76ee1f8b74912e8116888a0a8 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
+
 namespace System.Reflection
 {
+#if NET_2_0
+       [ComVisible (true)]
+       [Serializable]
+#endif
        public sealed class Missing
        {
                public static readonly Missing Value = new Missing ();