IList Members
The following tables list the members exposed by the IList type.
Public Properties
![Public Property Public Property](images/jj633740.pubproperty(en-us,vs.102).gif) |
IsFixedSize |
When implemented by a class, this property gets a value indicating whether the IList collection has a fixed size. |
![Public Property Public Property](images/jj633740.pubproperty(en-us,vs.102).gif) |
IsReadOnly |
When implemented by a class, this property gets a value indicating whether the IList collection is read-only. |
![Public Property Public Property](images/jj633740.pubproperty(en-us,vs.102).gif) |
Item |
When implemented by a class, this property gets or sets the object at the specified index number in the IList collection. |
Public Methods
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
Add |
When implemented by a class, this method adds a specified object to the IList collection. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
Clear |
When implemented by a class, this method removes all objects from the IList collection. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
Contains |
When implemented by a class, this method determines whether the IList collection contains a specified object. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
IndexOf |
When implemented by a class, this method determines the index number of a specified object in the IList collection. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
Insert |
When implemented by a class, this method inserts an object at a specified index number in the IList collection. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
Remove |
When implemented by a class, this method removes the first occurrence of a specified object from the IList collection. |
![Public Method Public Method](images/gg155243.pubmethod(en-us,winembedded.70).gif) |
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