Ignore:
Timestamp:
May 6, 2007, 8:37:57 PM (17 years ago)
Author:
dai
Message:

タスプミスを修正。

File:
1 edited

Legend:

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

    r207 r233  
    319319
    320320    Static Function FixedSize(l As IList) As IList
    321         Return FixedSize(Adapter(VarPtr(i)))
     321        Return FixedSize(Adapter(VarPtr(l)))
    322322    End Function
    323323
     
    327327
    328328    Static Function ReadOnly(l As IList) As IList
    329         Return ReadOnly(Adapter(VarPtr(i)))
     329        Return ReadOnly(Adapter(VarPtr(l)))
    330330    End Function
    331331
Note: See TracChangeset for help on using the changeset viewer.