Mono Class Library: System.Collections.Generic Namespace

System.Collections.Generic.IList<T>

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

See Also: IList<T> Members

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

Type Parameters

T
Documentation for this section has not yet been entered.

Remarks

This interface is a descendant of the ICollection<T> 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
Since: .NET 2.0