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 TKey, TValue)

Syntax

'Declaration
Public Class List(Of TKey, TValue)
    Inherits List(Of KeyValuePair(Of TKey, TValue))
public class List<TKey,TValue> : List<KeyValuePair<TKey,TValue>>
generic<typename TKey, typename TValue>
public ref class List : public List<KeyValuePair<TKey, TValue>>

GenericParameters

  • TKey
  • TValue

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