Add missing BOOTSTRAP_NET_4_0 define check in ManualResetEventSlim (as BlockingCollec...
[mono.git] / mcs / class / corlib / System.Threading / ThreadPriority.cs
index 0bec6e26fb7702922412bfa9c5ff8d179fd639fa..810bc7cd8f3ea9eb092f0f99feafb1ae98f3f162 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System.Runtime.Serialization;
-#endif
+using System.Runtime.InteropServices;
 
 namespace System.Threading {
 
 
        /// <summary>
        /// </summary>
-#if NET_2_0
        [Serializable]
-#endif
+       [ComVisible (true)]
        public enum ThreadPriority {
 
                /// <summary>