List<(Of <(<'T>)>)> Class
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists.To browse the .NET Framework source code for this type, see the Reference Source.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public class List<T> : IList<T>, IBridgeClass
<ExternalAttribute> _ <NamespaceAttribute> _ Public Class List(Of T) _ Implements IList(Of T), IBridgeClass
[ExternalAttribute] [NamespaceAttribute] generic<typename T> public ref class List : IList<T>, IBridgeClass
Type Parameters
- T
- The type of elements in the list.