IList Members
The following tables list the members exposed by the IList type.
Public Properties
|
IsFixedSize |
When implemented by a class, this property gets a value indicating whether the IList collection has a fixed size. |
|
IsReadOnly |
When implemented by a class, this property gets a value indicating whether the IList collection is read-only. |
|
Item |
When implemented by a class, this property gets or sets the object at the specified index number in the IList collection. |
Public Methods
|
Add |
When implemented by a class, this method adds a specified object to the IList collection. |
|
Clear |
When implemented by a class, this method removes all objects from the IList collection. |
|
Contains |
When implemented by a class, this method determines whether the IList collection contains a specified object. |
|
IndexOf |
When implemented by a class, this method determines the index number of a specified object in the IList collection. |
|
Insert |
When implemented by a class, this method inserts an object at a specified index number in the IList collection. |
|
Remove |
When implemented by a class, this method removes the first occurrence of a specified object from the IList collection. |
|
RemoveAt |
When implemented by a class, this method removes the object at the specified index number in the IList collection. |
See Also
Reference
IList Interface
System.Collections Namespace