Ignore:
Timestamp:
Jun 15, 2007, 10:33:08 AM (17 years ago)
Author:
NoWest
Message:

キャスト以外のエラーは一応でなくなったが、他人のつくったものなので正しく訂正できたかは分かりませんので、要チェック。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/Collections/ArrayList.ab

    r277 r279  
    327327
    328328    Static Function ReadOnly(l As IList) As IList
    329         Return ReadOnly(Adapter(VarPtr(l)))
     329        Return ReadOnly(Adapter(l))
    330330    End Function
    331331
     
    334334        Dim i As Long
    335335        For i = 0 To ELM(c)
    336             Repeat->Add(VarPtr(x))
     336            Repeat->Add(x)
    337337        Next
    338338    End Function
     
    343343
    344344    Static Function Synchronized(l As IList) As IList
    345         Return Synchronized(Adapter(VarPtr(l)))
     345        Return Synchronized(Adapter(l))
    346346    End Function
    347347
Note: See TracChangeset for help on using the changeset viewer.