IList2 Interface
Description
Services to work with lists. Adds functionality to IList Collection.
Public Methods
Public Method ClearRemoves all the items from the list.
Public Method CopyFromReplaces the current contents with the contents of the given source enumeration. Items are copied in chunks of 100 pieces each.
Public Method IndexOfItemGets the index of the passed object.
Public Properties
Public Property ItemGets an item by index. The index is one-based.
See Also