Bridge

IList<(Of <(<'T>)>)> Interface

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

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[NamespaceAttribute]
public interface IList<T> : ICollection<T>
<ExternalAttribute> _
<NamespaceAttribute> _
Public Interface IList(Of T) _
	Inherits ICollection(Of T)
[ExternalAttribute]
[NamespaceAttribute]
generic<typename T>
public interface class IList : ICollection<T>

Type Parameters

T
The type of elements in the list.