IList Members

The following tables list the members exposed by the IList type.

Public Properties

Name Description
Public Property IsFixedSize When implemented by a class, this property gets a value indicating whether the IList collection has a fixed size.
Public Property IsReadOnly When implemented by a class, this property gets a value indicating whether the IList collection is read-only.
Public Property Item When implemented by a class, this property gets or sets the object at the specified index number in the IList collection.

Public Methods

Name Description
Public Method Add When implemented by a class, this method adds a specified object to the IList collection.
Public Method Clear When implemented by a class, this method removes all objects from the IList collection.
Public Method Contains When implemented by a class, this method determines whether the IList collection contains a specified object.
Public Method IndexOf When implemented by a class, this method determines the index number of a specified object in the IList collection.
Public Method Insert When implemented by a class, this method inserts an object at a specified index number in the IList collection.
Public Method Remove When implemented by a class, this method removes the first occurrence of a specified object from the IList collection.
Public Method 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