IList Methods |
The IList type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the IList. |
![]() | Clear | Removes all items from the IList. |
![]() | CopyTo | (Inherited from ICollection.) |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | Remove | Removes the first occurrence of a specific object from the IList. |