IList Collection
Description
Services to create and maintain lists. Use any factory object to create any number of list instances for objects in the factory.
Public Methods
Public Method AddAdds a new item to the current list object.
Public Method InsertInserts a new item at the specified position.
Public Method RemoveRemoves the specified item from the current list object.
Public Method SwapSwaps the two list items specified by their positions.
Public Properties
Public Property _NewEnumGets an IEnumVARIANT enumerator. For information on the IEnumVARIANT, see Microsoft documentation.
Public Property CountThe number of items in the list.
Public Property ItemGets an item by index. The index is one-based.
See Also