IList Members
.NET Framework 2.0
Represents a non-generic collection of objects that can be individually accessed by index.
The following tables list the members exposed by the IList type.
Name | Description | |
---|---|---|
![]() ![]() | IsFixedSize | Gets a value indicating whether the IList has a fixed size. |
![]() ![]() | IsReadOnly | Gets a value indicating whether the IList is read-only. |
![]() ![]() | Item | Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
![]() ![]() | Add | Adds an item to the IList. |
![]() ![]() | Clear | Removes all items from the IList. |
![]() ![]() | Contains | Determines whether the IList contains a specific value. |
![]() ![]() | IndexOf | Determines the index of a specific item in the IList. |
![]() ![]() | Insert | Inserts an item to the IList at the specified index. |
![]() ![]() | Remove | Removes the first occurrence of a specific object from the IList. |
![]() ![]() | RemoveAt | Removes the IList item at the specified index. |
Show: