Changeset 279 for Include/Classes/System/Collections/ArrayList.ab
- Timestamp:
- Jun 15, 2007, 10:33:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Collections/ArrayList.ab
r277 r279 327 327 328 328 Static Function ReadOnly(l As IList) As IList 329 Return ReadOnly(Adapter( VarPtr(l)))329 Return ReadOnly(Adapter(l)) 330 330 End Function 331 331 … … 334 334 Dim i As Long 335 335 For i = 0 To ELM(c) 336 Repeat->Add( VarPtr(x))336 Repeat->Add(x) 337 337 Next 338 338 End Function … … 343 343 344 344 Static Function Synchronized(l As IList) As IList 345 Return Synchronized(Adapter( VarPtr(l)))345 Return Synchronized(Adapter(l)) 346 346 End Function 347 347
Note:
See TracChangeset
for help on using the changeset viewer.