Procedure Name | Description |
Add | Adds item to list |
AddRange | Appends provided list to list |
Contains | Returns true if item exists in the list, otherwise returns false |
Get | Gets item from the list |
IndexOf | Returns index of specified item from the list |
Remove | Removes specified item from the list |
RemoveAt | Removes item at specified index position |
List Operation Procedures
- Published on Jan 29, 2026
- 1 minute(s) read
Was this article helpful?