ArrayList
Previous Top Next

ArrayList are dynamic arrays which means there size increases as needed.
Accessing the values stored in the ArrayList is done using the Item property.
Use the Add method to add a new item at the end of the list.
Properties and Methods:
             Add
             Clear
             Count
             IndexOf
             Insert
             Item
             Remove
             RemoveAt
             Reverse
             Sort
Events:
None.