| 1234567891011121314151617 |
- //
- // System.Threading.ManualResetEvent.cs
- //
- // Author:
- // Dick Porter ([email protected])
- //
- // (C) Ximian, Inc. http://www.ximian.com
- //
- namespace System.Threading
- {
- [MonoTODO]
- public sealed class ManualResetEvent : WaitHandle
- {
- // FIXME
- }
- }
|