- Timestamp:
- Sep 28, 2007, 3:32:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/System/Runtime/InteropServices/GCHandle.ab
r282 r340 1 1 ' Classes/System/Runtime/InteropServices/GCHandle.ab 2 3 #require <Classes/System/Collections/ArrayList.ab>4 2 5 3 Namespace System … … 69 67 handle As VoidPtr 70 68 71 Static allocated As /*System.Collections.*/ArrayList69 Static allocated = New System.Collections.Generic.List<Object> 72 70 End Class 73 71
Note:
See TracChangeset
for help on using the changeset viewer.