Ignore:
Timestamp:
Jul 2, 2007, 1:33:52 AM (17 years ago)
Author:
イグトランス (egtra)
Message:

#121対応、Classes/System/Windows/Forms以下を名前空間に入れた。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/Runtime/InteropServices/GCHandle.ab

    r257 r282  
    22
    33#require <Classes/System/Collections/ArrayList.ab>
     4
     5Namespace System
     6Namespace Runtime
     7Namespace InteropServices
    48
    59Class GCHandle
     
    6569    handle As VoidPtr
    6670
    67     Static allocated As ArrayList
     71    Static allocated As /*System.Collections.*/ArrayList
    6872End Class
     73
     74End Namespace 'System
     75End Namespace 'Runtime
     76End Namespace 'InteropServices
Note: See TracChangeset for help on using the changeset viewer.