List Generic Class

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Collections
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim instance As List(Of T1, T2, T3, T4)

Syntax

'Declaration
Public Class List(Of T1, T2, T3, T4)
    Inherits List(Of Tuple(Of T1, T2, T3, T4))
public class List<T1,T2,T3,T4> : List<Tuple<T1,T2,T3,T4>>
generic<typename T1, typename T2, typename T3, typename T4>
public ref class List : public List<Tuple<T1, T2, T3, T4>^>

GenericParameters

  • T1
  • T2
  • T3
  • T4

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List
    Microsoft.OneGet.Utility.Collections.List

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

List Members
Microsoft.OneGet.Utility.Collections Namespace