System.Collections.Generic.IList<T>

Represents a collection of objects that can be individually accessed by index.

See Also: IList<T> Members

Syntax

public interface IList<T> : ICollection<T>, IEnumerable<T>

Type Parameters

T
Documentation for this section has not yet been entered.

Remarks

The IList`1 generic interface is a descendant of the ICollection`1 generic interface and is the base interface of all generic lists.

Requirements

Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0