Ignore:
Timestamp:
Aug 22, 2008, 11:58:38 AM (16 years ago)
Author:
NoWest
Message:

CollectionクラスはListクラスと同じく
IListインターフェイスを実装しているのですが、
ListクラスのようにGetEnumeratorを実装できません。
原因は不明です。

Location:
trunk/ab5.0/ablib/src/Classes/System/Collections
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/Classes/System/Collections/Generic/misc.ab

    r592 r610  
    2222    Inherits IEnumerable<T>
    2323    ' Property
    24     Function Count() As Long
    25     Function IsReadOnly() As Boolean
     24    Function Count () As Long
     25    Function IsReadOnly () As Boolean
    2626
    2727    ' Methods
     
    4545    Function IndexOf ( item As T ) As Long
    4646    Sub Insert ( index As Long, item As T )
    47     Sub RemoveAt( index As Long )
     47    Sub RemoveAt ( index As Long )
    4848End Interface
    4949
Note: See TracChangeset for help on using the changeset viewer.