System.Threading class stubs.
[mono.git] / mcs / class / corlib / System.Threading / ManualResetEvent.cs
1 //
2 // System.Threading.ManualResetEvent.cs
3 //
4 // Author:
5 //   Dick Porter (dick@ximian.com)
6 //
7 // (C) Ximian, Inc.  http://www.ximian.com
8 //
9
10 namespace System.Threading
11 {
12         public sealed class ManualResetEvent : WaitHandle
13         {
14                 // FIXME
15         }
16 }