Changeset 277 for Include/Classes/System/Collections
- Timestamp:
- Jun 15, 2007, 10:09:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Collections/ArrayList.ab
r271 r277 343 343 344 344 Static Function Synchronized(l As IList) As IList 345 Return Synchronized(Adapter(VarPtr( i)))345 Return Synchronized(Adapter(VarPtr(l))) 346 346 End Function 347 347
Note:
See TracChangeset
for help on using the changeset viewer.