Changeset 610 for trunk/ab5.0
- Timestamp:
- Aug 22, 2008, 11:58:38 AM (16 years ago)
- 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 22 22 Inherits IEnumerable<T> 23 23 ' Property 24 Function Count () As Long25 Function IsReadOnly () As Boolean24 Function Count () As Long 25 Function IsReadOnly () As Boolean 26 26 27 27 ' Methods … … 45 45 Function IndexOf ( item As T ) As Long 46 46 Sub Insert ( index As Long, item As T ) 47 Sub RemoveAt ( index As Long )47 Sub RemoveAt ( index As Long ) 48 48 End Interface 49 49
Note:
See TracChangeset
for help on using the changeset viewer.