2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / corlib / System.Runtime.Reliability / CER.cs
index e052ea83faf04cd8812f2bec85b7a175f87559d6..486b2261dc24ec05de9652b6c7d9c10c7193c64f 100644 (file)
 //
 
 #if NET_2_0
+using System.Runtime.InteropServices;
 namespace System.Runtime.Reliability
 {
+               [Serializable]
+               [ComVisible (false)]
         public enum CER
         {
                 MayFail = 1,