![]() | Adds a new item to the current list object. |
![]() | Removes all the items from the list. |
![]() | Replaces the current contents with the contents of the given source enumeration. Items are copied in chunks of 100 pieces each. |
![]() | Gets the index of the passed object. |
![]() | Inserts a new item at the specified position. |
![]() | Removes the specified item from the current list object. |
![]() | Swaps the two list items specified by their positions. |
![]() | Gets an IEnumVARIANT enumerator. For information on the IEnumVARIANT, see Microsoft documentation. |
![]() | The number of items in the list. |
![]() | Gets an item by index. The index is one-based. |
![]() | Total result count, when fetch limit is used in filter. |