source: trunk/Include/Classes/System/Threading/AutoResetEvent.ab@ 417

Last change on this file since 417 was 417, checked in by NoWest, 16 years ago

コミットし忘れていたみたいですね

File size: 281 bytes
Line 
1
2NameSpace System
3NameSpace Threading
4
5Class AutoResetEvent
6 Inherits System.Threading.EventWaitHandle
7
8Public
9 Sub AutoResetEvent(initialState As Boolean)
10 This.EventWaitHandle(initialState,EventResetMode.AutoReset)
11 End Sub
12
13End Class
14
15End Namespace
16End Namespace
Note: See TracBrowser for help on using the repository browser.