source: Include/Classes/System/IO/misc.ab@ 113

Last change on this file since 113 was 113, checked in by NoWest, 17 years ago

misc.abを追加したのでindex.abを修正しました。

File size: 329 bytes
Line 
1
2Interface IAsyncResult
3 Function AsyncState() As Object
4 Function AsyncWaitHandle() As WaitHandle
5 Function CompletedSynchronously() As Boolean
6 Function IsCompleted() As Boolean
7End Interface
8
9TypeDef /* [Delegate] */ AsyncCallback = *Sub(ByRef ar As IAsyncResult)
10
11Enum SeekOrigin
12 Begin
13 Current
14 End
15End Enum
Note: See TracBrowser for help on using the repository browser.