- Timestamp:
- Jul 2, 2007, 1:33:52 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Runtime/InteropServices/GCHandle.ab
r257 r282 2 2 3 3 #require <Classes/System/Collections/ArrayList.ab> 4 5 Namespace System 6 Namespace Runtime 7 Namespace InteropServices 4 8 5 9 Class GCHandle … … 65 69 handle As VoidPtr 66 70 67 Static allocated As ArrayList71 Static allocated As /*System.Collections.*/ArrayList 68 72 End Class 73 74 End Namespace 'System 75 End Namespace 'Runtime 76 End Namespace 'InteropServices
Note:
See TracChangeset
for help on using the changeset viewer.