Changeset 233 for Include/Classes/System/Collections
- Timestamp:
- May 6, 2007, 8:37:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Collections/ArrayList.ab
r207 r233 319 319 320 320 Static Function FixedSize(l As IList) As IList 321 Return FixedSize(Adapter(VarPtr( i)))321 Return FixedSize(Adapter(VarPtr(l))) 322 322 End Function 323 323 … … 327 327 328 328 Static Function ReadOnly(l As IList) As IList 329 Return ReadOnly(Adapter(VarPtr( i)))329 Return ReadOnly(Adapter(VarPtr(l))) 330 330 End Function 331 331
Note:
See TracChangeset
for help on using the changeset viewer.