Mono Class Library: System.Collections Namespace

System.Collections.IList

Implemented by classes that support a collection of objects that can be individually indexed. [Edit]

See Also: IList Members

[System.Runtime.InteropServices.ComVisible(true)]
public interface IList : ICollection

Remarks

Note: IList implementations fall into three categories: read-only, fixed-size, variable-size. A read-only list cannot be modified. A fixed-size list allows the modification of existing elements, but does not allow the addition or removal of elements. A variable-size list allows the modification, addition, and removal of elements.
[Edit]

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0