Simplify Parallel.For execution.
[mono.git] / mcs / class / corlib / System.Threading / CountdownEvent.cs
index 6217eb25f7c05e02f33ab6fe4b358badd71dc8f3..eaeb3ac6e14e8a087bbadfc7f4ba70609cc53599 100644 (file)
 //
 //
 
-using System;
-
 #if NET_4_0 || BOOTSTRAP_NET_4_0
 
+using System;
+
 namespace System.Threading
 {      
        public class CountdownEvent : IDisposable