IList Interface
Represents a collection of objects that can be individually accessed by index.
Definition
Members Table
The following table lists the members exposed by the object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| Add | When implemented by a class, adds an item to the IList. |
| Clear | When implemented by a class, removes all items from the IList. |
| Contains | When implemented by a class, determines whether the IList contains a specific value. |
| CopyTo | Inherited from ICollection. |
| GetEnumerator | Inherited from IEnumerable. |
| IndexOf | When implemented by a class, determines the index of a specific item in the IList. |
| Insert | When implemented by a class, inserts an item to the IList at the specified position. |
| Remove | When implemented by a class, removes the first occurrence of a specific object from the IList. |
| RemoveAt | When implemented by a class, removes the IList item at the specified index. |
| this[] | When implemented by a class, gets or sets an item to the IList. |
Properties
Interface Information
| Namespace | System.Collections |
|---|
| Flash Library | corlib.scl |
|---|
| Flash Library Version | 2.0.0.2466 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|