List
| Class Name | Description | 
|---|---|
| List.Contains | Determines if the List contains elements. | 
| List.Count | Count the number of elements in List. | 
| List.GetElement | Get List element. | 
| List.IndexOf | Gets the index where the List elements are stored. | 
| List.LastIndexOf | Search the index where the element is stored from the end. | 
| List.ToArrayList | Convert List to array or List. | 
| NewArrayList | Create a new array or List. |