Product Site

5.3.11. List Class

A List is a non-sparse sequenced collection similar to the Array class to which you can add new items at any position in the sequence. The List creates a new index value whenever an item is added to the List and the associated index value remains valid for that item regardless of other additions or removals. Only indexes the List object generates are valid, i.e. the List is never a sparse list and the List object will not modify indexes for items in the list.
Table 5.21. List Class