Merge pull request #1173 from Serguzest/upstream
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / RegistrationConnectionType.cs
index 2ed46fbbbe605a4fdab2bb7be3399094be95eafd..3c5b42500c185ab8739984f653e4dedc2b88a5bc 100644 (file)
@@ -5,13 +5,11 @@
 //   Kazuki Oikawa  (kazuki@panicode.com)
 //
 
-#if NET_2_0
-
 using System;
 
 namespace System.Runtime.InteropServices
 {
-       [ComVisible (false)]
+       [Flags]
        public enum RegistrationConnectionType
        {
                MultipleUse = 1,
@@ -21,4 +19,3 @@ namespace System.Runtime.InteropServices
                Surrogate = 8
        }
 }
-#endif
\ No newline at end of file