Ignore:
Timestamp:
Aug 15, 2007, 4:24:27 AM (17 years ago)
Author:
dai
Message:

TraceListener.WriteLineIfメソッドを実装。
ArrayList内の未完成コードをコメントアウトした

File:
1 edited

Legend:

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

    r289 r291  
    319319
    320320    Static Function FixedSize(l As IList) As IList
    321         Return FixedSize(Adapter(l))
     321        ' TODO: 実装
     322        'Return FixedSize(Adapter(l))
    322323    End Function
    323324
     
    327328
    328329    Static Function ReadOnly(l As IList) As IList
    329         Return ReadOnly(Adapter(l))
     330        ' TODO: 実装
     331        'Return ReadOnly(Adapter(l))
    330332    End Function
    331333
     
    343345
    344346    Static Function Synchronized(l As IList) As IList
    345         Return Synchronized(Adapter(l))
     347        ' TODO: 実装
     348        'Return Synchronized(Adapter(l))
    346349    End Function
    347350
Note: See TracChangeset for help on using the changeset viewer.