Changeset 289 for Include/Classes/System/Collections/ArrayList.ab
- Timestamp:
- Aug 15, 2007, 3:29:59 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Collections/ArrayList.ab
r279 r289 319 319 320 320 Static Function FixedSize(l As IList) As IList 321 Return FixedSize(Adapter( VarPtr(l)))321 Return FixedSize(Adapter(l)) 322 322 End Function 323 323
Note:
See TracChangeset
for help on using the changeset viewer.