Ignore:
Timestamp:
Sep 28, 2007, 3:32:25 AM (17 years ago)
Author:
dai
Message:

デリゲートを試験実装
【現状のデリゲート制約】
・ダイナミックメソッド限定
・パラメータ相違チェックは行っていない

GCHandle.allocatedメンバをListクラスに変更。
List.Removeメソッドを追加

File:
1 edited

Legend:

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

    r282 r340  
    11' Classes/System/Runtime/InteropServices/GCHandle.ab
    2 
    3 #require <Classes/System/Collections/ArrayList.ab>
    42
    53Namespace System
     
    6967    handle As VoidPtr
    7068
    71     Static allocated As /*System.Collections.*/ArrayList
     69    Static allocated = New System.Collections.Generic.List<Object>
    7270End Class
    7371
Note: See TracChangeset for help on using the changeset viewer.