Implemenent v4 Monitor::TryEnter overloads.
[mono.git] / mcs / class / corlib / System.Threading / EventResetMode.cs
index a7cbd1d6a963d21600c7cabc481d061379de7b9f..28eb5911b2960801b7a9a1f45bc050ca5eee262b 100644 (file)
@@ -29,8 +29,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Runtime.InteropServices;
 
 namespace System.Threading
@@ -42,5 +40,3 @@ namespace System.Threading
                ManualReset = 1,
        }
 }
-
-#endif