List Operation Procedures

Prev Next

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