ALM Open Test Architecture API Type Library Version 12.55
IList2 Interface
Members
Collapse All
Expand All
Description
Services to work with lists. Adds functionality to
IList Collection
.
Public Methods
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.
Public Properties
Item
Gets an item by index. The index is one-based.
See Also
IList2 Members