Add | Adds a new item to the current list object. |
Clear | Removes all the items from the list. |
CopyFrom | Replaces the current contents with the contents of the given source enumeration. Items are copied in chunks of 100 pieces each. |
IndexOfItem | Gets the index of the passed object. |
Insert | Inserts a new item at the specified position. |
Post | Posts changed data for all items in list. |
Refresh | Reads saved list filter and data for all listed objects, overwriting values in memory. |
Remove | Removes the specified item from the current list object. |
Swap | Swaps the two list items specified by their positions. |