Click or drag to resize
IList Methods

The IList type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item to the IList.
Public methodClear
Removes all items from the IList.
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodRemove
Removes the first occurrence of a specific object from the IList.
Top
See Also