Represents a collection of objects that can be individually accessed by index.
Public Interface IList(Of T) _ Inherits ICollection(Of T), IEnumerable(Of T), IEnumerable
Dim instance As IList(Of T)
public interface IList<T> : ICollection<T>, IEnumerable<T>, IEnumerable
generic<typename T> public interface class IList : ICollection<T>, IEnumerable<T>, IEnumerable
JScript does not support generic types or methods.
The type of elements in the list.
The IList<(Of <(T>)>) generic interface is a descendant of the ICollection<(Of <(T>)>) generic interface and is the base interface of all generic lists.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune